#AB0904

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

Shades of Free Speech Red #AB0904

Tints of Free Speech Red #AB0904

Color information

#AB0904 (or 0xAB0904) is unknown color: approx Free Speech Red. HEX triplet: AB, 09 and 04. RGB value is (171,9,4). Sum of RGB (Red+Green+Blue) = 171+9+4=184 (24% of max value = 765). Red value is 171 (67.19% from 255 or 92.93% from 184); Green value is 9 (3.91% from 255 or 4.89% from 184); Blue value is 4 (1.95% from 255 or 2.17% from 184); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0904 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0904 is #54F6FB. Grayscale: #393939. Windows color (decimal): -5568252 or 264619. OLE color: 264619.

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

Color convert

RGB17194-
CMYK00.950.980.33
HSL1.8º95.43%34.31%-
HSV(B)1.8º97.66%67.06%-
XYZ16.918.860.93-
YUV56.8798.17209.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 92.93%
GREEN value IS 9 (3.91% from 255) = 4.89%
BLUE value IS 4 (1.95% from 255) = 2.17%
R=92.93%
G=4.89%
B=2.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719400.950.980.331.895.4334.31
HexAB9405F622125f22
Octal253114013714241213742
Binary101010111001100010111111100010100001101011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0904; }

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

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

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

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

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

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

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

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