#AB1204

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

Shades of Free Speech Red #AB1204

Tints of Free Speech Red #AB1204

Color information

#AB1204 (or 0xAB1204) is unknown color: approx Free Speech Red. HEX triplet: AB, 12 and 04. RGB value is (171,18,4). Sum of RGB (Red+Green+Blue) = 171+18+4=193 (25% of max value = 765). Red value is 171 (67.19% from 255 or 88.60% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 4 (1.95% from 255 or 2.07% from 193); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1204 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1204 is #54EDFB. Grayscale: #3E3E3E. Windows color (decimal): -5565948 or 266923. OLE color: 266923.

HSL color Cylindrical-coordinate representation of color #AB1204: hue angle of 5.03º 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 #AB1204 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB171184-
CMYK00.890.980.33
HSL5.03º95.43%34.31%-
HSV(B)5.03º97.66%67.06%-
XYZ17.039.10.97-
YUV62.1595.19205.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 88.60%
GREEN value IS 18 (7.42% from 255) = 9.33%
BLUE value IS 4 (1.95% from 255) = 2.07%
R=88.60%
G=9.33%
B=2.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17118400.890.980.335.0395.4334.31
HexAB124059622155f22
Octal253224013114241513742
Binary10101011100101000101100111000101000011011011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1204; }

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

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

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

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

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

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

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

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