#AC0F06

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

Shades of Free Speech Red #AC0F06

Tints of Free Speech Red #AC0F06

Color information

#AC0F06 (or 0xAC0F06) is unknown color: approx Free Speech Red. HEX triplet: AC, 0F and 06. RGB value is (172,15,6). Sum of RGB (Red+Green+Blue) = 172+15+6=193 (25% of max value = 765). Red value is 172 (67.58% from 255 or 89.12% from 193); Green value is 15 (6.25% from 255 or 7.77% from 193); Blue value is 6 (2.73% from 255 or 3.11% from 193); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0F06 is #53F0F9. Grayscale: #3D3D3D. Windows color (decimal): -5501178 or 397228. OLE color: 397228.

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

Color convert

RGB172156-
CMYK00.910.970.33
HSL3.25º93.26%34.9%-
HSV(B)3.25º96.51%67.45%-
XYZ17.229.131.03-
YUV60.9297.01207.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 89.12%
GREEN value IS 15 (6.25% from 255) = 7.77%
BLUE value IS 6 (2.73% from 255) = 3.11%
R=89.12%
G=7.77%
B=3.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215600.910.970.333.2593.2634.9
HexACF605B612135d23
Octal254176013314141313543
Binary101011001111110010110111100001100001111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0F06; }

 p { color: rgb(172,15,6); }

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

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

 a { background-color: rgb(172,15,6); }

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

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

 span { border-color: rgb(172,15,6); }

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