Html Css Color HEX #AC0C09 Free Speech Red

📋 copy color: '#AC0C09'

red 172 ◦ green 12 ◦ blue 9

#AC0C09
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Red #AC0C09

Tints of Free Speech Red #AC0C09

RGB

 RED value IS 172 (67.58% from 255) = 89.12%

 GREEN value IS 12 (5.08% from 255) = 6.22%

 BLUE value IS 9 (3.91% from 255) = 4.66%

R = 89.12%
G = 6.22%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AC0C09 (or 0xAC0C09) is known color: Free Speech Red. HEX triplet: AC, 0C and 09. RGB value is (172,12,9). Sum of RGB (Red+Green+Blue) = 172+12+9=193 (25% of max value = 765). Red value is 172 (67.58% from 255 or 89.12% from 193); Green value is 12 (5.08% from 255 or 6.22% from 193); Blue value is 9 (3.91% from 255 or 4.66% from 193); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0C09 is #53F3F6. Grayscale: #3B3B3B. Windows color (decimal): -5501943 or 593068. OLE color: 593068.

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

Color convert

RGB 172 12 9 -
CMYK 0 0.93 0.95 0.33
HSL 1.1º 0.9% 0.35% -
HSV(B) 1.1º 0.95% 0.67% -
XYZ 17.19 9.05 1.1 -
YUV 59.5 99.51 208.24 -
System Red Green Blue C M Y K H S L
Decimal 172 12 9 0 0.93 0.95 0.33 1.1 0.9 0.35
Hex AC C 9 0 5D 5F 21 1 5A 23
Octal 254 14 11 0 135 137 41 1 132 43
Binary 10101100 1100 1001 0 1011101 1011111 100001 1 1011010 100011

Color Harmonies of #AC0C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0C09

Black with #AC0C09

Text Example


Text Example

White with #AC0C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0C09; }

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

 H1.HeaderClassName
 {
   color: #AC0C09;
 }
 .AnyTagClassName
 {
   color: #AC0C09;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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