#AC0F04

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

Shades of Free Speech Red #AC0F04

Tints of Free Speech Red #AC0F04

Color information

#AC0F04 (or 0xAC0F04) is unknown color: approx Free Speech Red. HEX triplet: AC, 0F and 04. RGB value is (172,15,4). Sum of RGB (Red+Green+Blue) = 172+15+4=191 (25% of max value = 765). Red value is 172 (67.58% from 255 or 90.05% from 191); Green value is 15 (6.25% from 255 or 7.85% from 191); Blue value is 4 (1.95% from 255 or 2.09% from 191); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0F04 is #53F0FB. Grayscale: #3C3C3C. Windows color (decimal): -5501180 or 266156. OLE color: 266156.

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

Color convert

RGB172154-
CMYK00.910.980.33
HSL3.93º95.45%34.51%-
HSV(B)3.93º97.67%67.45%-
XYZ17.219.120.97-
YUV60.6996.01207.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 90.05%
GREEN value IS 15 (6.25% from 255) = 7.85%
BLUE value IS 4 (1.95% from 255) = 2.09%
R=90.05%
G=7.85%
B=2.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215400.910.980.333.9395.4534.51
HexACF405B622145f23
Octal254174013314241413743
Binary1010110011111000101101111000101000011001011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0F04; }

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

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

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

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

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

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

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

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