Html Css Color HEX #AC0000 Free Speech Red

📋 copy color: '#AC0000'

red 172 ◦ green 0 ◦ blue 0

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

Shades of Free Speech Red #AC0000

Tints of Free Speech Red #AC0000

RGB

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

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

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

R = 100%
G = 0%
B = 0%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AC0000 (or 0xAC0000) is known color: Free Speech Red. HEX triplet: AC, 00 and 00. RGB value is (172,0,0). Sum of RGB (Red+Green+Blue) = 172+0+0=172 (22% of max value = 765). Red value is 172 (67.58% from 255 or 100% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0000 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0000 is #53FFFF. Grayscale: #333333. Windows color (decimal): -5505024 or 172. OLE color: 172.

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

Color convert

RGB 172 0 0 -
CMYK 0 1 1 0.33
HSL 1% 0.34% -
HSV(B) 1% 0.67% -
XYZ 17.01 8.77 0.8 -
YUV 51.43 98.98 214 -
System Red Green Blue C M Y K H S L
Decimal 172 0 0 0 1 1 0.33 0 1 0.34
Hex AC 0 0 0 64 64 21 0 64 22
Octal 254 0 0 0 144 144 41 0 144 42
Binary 10101100 0 0 0 1100100 1100100 100001 0 1100100 100010

Color Harmonies of #AC0000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0000

Black with #AC0000

Text Example


Text Example

White with #AC0000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0000; }

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

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

background-color css

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

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

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

border-color css

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

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

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