#AB0F01

Color #AB0F01 Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #AB0F01

Tints of Free Speech Red #AB0F01

Color information

#AB0F01 (or 0xAB0F01) is unknown color: approx Free Speech Red. HEX triplet: AB, 0F and 01. RGB value is (171,15,1). Sum of RGB (Red+Green+Blue) = 171+15+1=187 (24% of max value = 765). Red value is 171 (67.19% from 255 or 91.44% from 187); Green value is 15 (6.25% from 255 or 8.02% from 187); Blue value is 1 (0.78% from 255 or 0.53% from 187); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0F01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0F01 is #54F0FE. Grayscale: #3C3C3C. Windows color (decimal): -5566719 or 69547. OLE color: 69547.

HSL color Cylindrical-coordinate representation of color #AB0F01: hue angle of 4.94º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB0F01 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB171151-
CMYK00.910.990.33
HSL4.94º98.84%33.73%-
HSV(B)4.94º99.42%67.06%-
XYZ16.9790.87-
YUV60.0594.68207.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 91.44%
GREEN value IS 15 (6.25% from 255) = 8.02%
BLUE value IS 1 (0.78% from 255) = 0.53%
R=91.44%
G=8.02%
B=0.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115100.910.990.334.9498.8433.73
HexABF105B632156322
Octal253171013314341514342
Binary10101011111110101101111000111000011011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0F01; }

 p { color: rgb(171,15,1); }

 H1.HeaderClassName
 {
   color: #AB0F01;
 }
 .AnyTagClassName
 {
   color: #AB0F01;
 }
</style>
background-color css

<style>
 a { background-color: #AB0F01; }

 a { background-color: rgb(171,15,1); }

 div.DivClassName
 {
   background-color: #AB0F01;
 }
 .BgClassName
 {
   background-color: #AB0F01;
 }
</style>
border-color css

<style>
 span { border-color: #AB0F01; }

 span { border-color: rgb(171,15,1); }

 td.TdClassName
 {
   border-color: #AB0F01;
 }
 .TagClassName
 {
   border-color: #AB0F01;
 }
</style>