#AB0E04

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

Shades of Free Speech Red #AB0E04

Tints of Free Speech Red #AB0E04

Color information

#AB0E04 (or 0xAB0E04) is unknown color: approx Free Speech Red. HEX triplet: AB, 0E and 04. RGB value is (171,14,4). Sum of RGB (Red+Green+Blue) = 171+14+4=189 (25% of max value = 765). Red value is 171 (67.19% from 255 or 90.48% from 189); Green value is 14 (5.86% from 255 or 7.41% from 189); Blue value is 4 (1.95% from 255 or 2.12% from 189); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0E04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0E04 is #54F1FB. Grayscale: #3B3B3B. Windows color (decimal): -5566972 or 265899. OLE color: 265899.

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

Color convert

RGB171144-
CMYK00.920.980.33
HSL3.59º95.43%34.31%-
HSV(B)3.59º97.66%67.06%-
XYZ16.978.980.95-
YUV59.896.51207.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 90.48%
GREEN value IS 14 (5.86% from 255) = 7.41%
BLUE value IS 4 (1.95% from 255) = 2.12%
R=90.48%
G=7.41%
B=2.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114400.920.980.333.5995.4334.31
HexABE405C622145f22
Octal253164013414241413742
Binary1010101111101000101110011000101000011001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0E04; }

 p { color: rgb(171,14,4); }

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

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

 a { background-color: rgb(171,14,4); }

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

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

 span { border-color: rgb(171,14,4); }

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