#AB0A08

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

Shades of Free Speech Red #AB0A08

Tints of Free Speech Red #AB0A08

Color information

#AB0A08 (or 0xAB0A08) is unknown color: approx Free Speech Red. HEX triplet: AB, 0A and 08. RGB value is (171,10,8). Sum of RGB (Red+Green+Blue) = 171+10+8=189 (25% of max value = 765). Red value is 171 (67.19% from 255 or 90.48% from 189); Green value is 10 (4.30% from 255 or 5.29% from 189); Blue value is 8 (3.52% from 255 or 4.23% from 189); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0A08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0A08 is #54F5F7. Grayscale: #3A3A3A. Windows color (decimal): -5567992 or 527019. OLE color: 527019.

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

Color convert

RGB171108-
CMYK00.940.950.33
HSL0.74º91.06%35.1%-
HSV(B)0.74º95.32%67.06%-
XYZ16.958.891.05-
YUV57.9199.84208.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 90.48%
GREEN value IS 10 (4.30% from 255) = 5.29%
BLUE value IS 8 (3.52% from 255) = 4.23%
R=90.48%
G=5.29%
B=4.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110800.940.950.330.7491.0635.1
HexABA805E5F2115b23
Octal2531210013613741113343
Binary101010111010100001011110101111110000111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0A08; }

 p { color: rgb(171,10,8); }

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

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

 a { background-color: rgb(171,10,8); }

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

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

 span { border-color: rgb(171,10,8); }

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