Html Css Color HEX #AC0200 Free Speech Red

📋 copy color: '#AC0200'

red 172 ◦ green 2 ◦ blue 0

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

Shades of Free Speech Red #AC0200

Tints of Free Speech Red #AC0200

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.15%

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

R = 98.85%
G = 1.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AC0200 (or 0xAC0200) is known color: Free Speech Red. HEX triplet: AC, 02 and 00. RGB value is (172,2,0). Sum of RGB (Red+Green+Blue) = 172+2+0=174 (23% of max value = 765). Red value is 172 (67.58% from 255 or 98.85% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0200 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0200 is #53FDFF. Grayscale: #343434. Windows color (decimal): -5504512 or 684. OLE color: 684.

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

Color convert

RGB 172 2 0 -
CMYK 0 0.99 1 0.33
HSL 0.7º 1% 0.34% -
HSV(B) 0.7º 1% 0.67% -
XYZ 17.03 8.81 0.8 -
YUV 52.6 98.32 213.16 -
System Red Green Blue C M Y K H S L
Decimal 172 2 0 0 0.99 1 0.33 0.7 1 0.34
Hex AC 2 0 0 63 64 21 1 64 22
Octal 254 2 0 0 143 144 41 1 144 42
Binary 10101100 10 0 0 1100011 1100100 100001 1 1100100 100010

Color Harmonies of #AC0200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0200

Black with #AC0200

Text Example


Text Example

White with #AC0200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0200; }

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

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

background-color css

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

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

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

border-color css

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

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

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