Html Css Color HEX #AC0A00 Free Speech Red

📋 copy color: '#AC0A00'

red 172 ◦ green 10 ◦ blue 0

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

Shades of Free Speech Red #AC0A00

Tints of Free Speech Red #AC0A00

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.49%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 94.51%
G = 5.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AC0A00 (or 0xAC0A00) is known color: Free Speech Red. HEX triplet: AC, 0A and 00. RGB value is (172,10,0). Sum of RGB (Red+Green+Blue) = 172+10+0=182 (24% of max value = 765). Red value is 172 (67.58% from 255 or 94.51% from 182); Green value is 10 (4.30% from 255 or 5.49% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0A00 is #53F5FF. Grayscale: #393939. Windows color (decimal): -5502464 or 2732. OLE color: 2732.

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

Color convert

RGB 172 10 0 -
CMYK 0 0.94 1 0.33
HSL 3.49º 1% 0.34% -
HSV(B) 3.49º 1% 0.67% -
XYZ 17.12 8.99 0.83 -
YUV 57.3 95.67 209.81 -
System Red Green Blue C M Y K H S L
Decimal 172 10 0 0 0.94 1 0.33 3.49 1 0.34
Hex AC A 0 0 5E 64 21 3 64 22
Octal 254 12 0 0 136 144 41 3 144 42
Binary 10101100 1010 0 0 1011110 1100100 100001 11 1100100 100010

Color Harmonies of #AC0A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0A00

Black with #AC0A00

Text Example


Text Example

White with #AC0A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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