#AC0909

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

Shades of Free Speech Red #AC0909

Tints of Free Speech Red #AC0909

Color information

#AC0909 (or 0xAC0909) is unknown color: approx Free Speech Red. HEX triplet: AC, 09 and 09. RGB value is (172,9,9). Sum of RGB (Red+Green+Blue) = 172+9+9=190 (25% of max value = 765). Red value is 172 (67.58% from 255 or 90.53% from 190); Green value is 9 (3.91% from 255 or 4.74% from 190); Blue value is 9 (3.91% from 255 or 4.74% from 190); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0909 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0909 is #53F6F6. Grayscale: #393939. Windows color (decimal): -5502711 or 592300. OLE color: 592300.

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

Color convert

RGB17299-
CMYK00.950.950.33
HSL90.06%35.49%-
HSV(B)94.77%67.45%-
XYZ17.168.991.09-
YUV57.74100.5209.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 90.53%
GREEN value IS 9 (3.91% from 255) = 4.74%
BLUE value IS 9 (3.91% from 255) = 4.74%
R=90.53%
G=4.74%
B=4.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729900.950.950.33090.0635.49
HexAC9905F5F2105a23
Octal2541111013713741013243
Binary101011001001100101011111101111110000101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0909; }

 p { color: rgb(172,9,9); }

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

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

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

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

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

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

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