#ac0f00

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

Shades of Free Speech Red #AC0F00

Tints of Free Speech Red #AC0F00

Color information

#AC0F00 (or 0xAC0F00) is unknown color: approx Free Speech Red. HEX triplet: AC, 0F and 00. RGB value is (172,15,0). Sum of RGB (Red+Green+Blue) = 172+15+0=187 (24% of max value = 765). Red value is 172 (67.58% from 255 or 91.98% from 187); Green value is 15 (6.25% from 255 or 8.02% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0F00 is #53F0FF. Grayscale: #3C3C3C. Windows color (decimal): -5501184 or 4012. OLE color: 4012.

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

Color convert

RGB172150-
CMYK00.9110.33
HSL5.23º100%33.73%-
HSV(B)5.23º100%67.45%-
XYZ17.189.110.85-
YUV60.2394.01207.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 91.98%
GREEN value IS 15 (6.25% from 255) = 8.02%
BLUE value IS 0 (0.39% from 255) = 0%
R=91.98%
G=8.02%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215000.9110.335.2310033.73
HexACF005B642156422
Octal254170013314441514442
Binary10101100111100101101111001001000011011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac0f00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac0f00; }

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

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

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

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

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

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

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

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