#AB1104

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

Shades of Free Speech Red #AB1104

Tints of Free Speech Red #AB1104

Color information

#AB1104 (or 0xAB1104) is unknown color: approx Free Speech Red. HEX triplet: AB, 11 and 04. RGB value is (171,17,4). Sum of RGB (Red+Green+Blue) = 171+17+4=192 (25% of max value = 765). Red value is 171 (67.19% from 255 or 89.06% from 192); Green value is 17 (7.03% from 255 or 8.85% from 192); Blue value is 4 (1.95% from 255 or 2.08% from 192); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1104 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1104 is #54EEFB. Grayscale: #3D3D3D. Windows color (decimal): -5566204 or 266667. OLE color: 266667.

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

Color convert

RGB171174-
CMYK00.900.980.33
HSL4.67º95.43%34.31%-
HSV(B)4.67º97.66%67.06%-
XYZ17.029.070.97-
YUV61.5695.52206.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 89.06%
GREEN value IS 17 (7.03% from 255) = 8.85%
BLUE value IS 4 (1.95% from 255) = 2.08%
R=89.06%
G=8.85%
B=2.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17117400.900.980.334.6795.4334.31
HexAB11405A622155f22
Octal253214013214241513742
Binary10101011100011000101101011000101000011011011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1104; }

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

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

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

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

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

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

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

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