Html Css Color HEX #AC0800 Free Speech Red

📋 copy color: '#AC0800'

red 172 ◦ green 8 ◦ blue 0

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

Shades of Free Speech Red #AC0800

Tints of Free Speech Red #AC0800

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.44%

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

R = 95.56%
G = 4.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AC0800 (or 0xAC0800) is known color: Free Speech Red. HEX triplet: AC, 08 and 00. RGB value is (172,8,0). Sum of RGB (Red+Green+Blue) = 172+8+0=180 (23% of max value = 765). Red value is 172 (67.58% from 255 or 95.56% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0800 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0800 is #53F7FF. Grayscale: #383838. Windows color (decimal): -5502976 or 2220. OLE color: 2220.

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

Color convert

RGB 172 8 0 -
CMYK 0 0.95 1 0.33
HSL 2.79º 1% 0.34% -
HSV(B) 2.79º 1% 0.67% -
XYZ 17.1 8.94 0.83 -
YUV 56.12 96.33 210.65 -
System Red Green Blue C M Y K H S L
Decimal 172 8 0 0 0.95 1 0.33 2.79 1 0.34
Hex AC 8 0 0 5F 64 21 3 64 22
Octal 254 10 0 0 137 144 41 3 144 42
Binary 10101100 1000 0 0 1011111 1100100 100001 11 1100100 100010

Color Harmonies of #AC0800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0800

Black with #AC0800

Text Example


Text Example

White with #AC0800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0800; }

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

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

background-color css

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

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

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

border-color css

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

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

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