Html Css Color HEX #AC0600 Free Speech Red

📋 copy color: '#AC0600'

red 172 ◦ green 6 ◦ blue 0

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

Shades of Free Speech Red #AC0600

Tints of Free Speech Red #AC0600

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.37%

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

R = 96.63%
G = 3.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AC0600 (or 0xAC0600) is known color: Free Speech Red. HEX triplet: AC, 06 and 00. RGB value is (172,6,0). Sum of RGB (Red+Green+Blue) = 172+6+0=178 (23% of max value = 765). Red value is 172 (67.58% from 255 or 96.63% from 178); Green value is 6 (2.73% from 255 or 3.37% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0600 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0600 is #53F9FF. Grayscale: #373737. Windows color (decimal): -5503488 or 1708. OLE color: 1708.

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

Color convert

RGB 172 6 0 -
CMYK 0 0.97 1 0.33
HSL 2.09º 1% 0.34% -
HSV(B) 2.09º 1% 0.67% -
XYZ 17.08 8.9 0.82 -
YUV 54.95 97 211.49 -
System Red Green Blue C M Y K H S L
Decimal 172 6 0 0 0.97 1 0.33 2.09 1 0.34
Hex AC 6 0 0 61 64 21 2 64 22
Octal 254 6 0 0 141 144 41 2 144 42
Binary 10101100 110 0 0 1100001 1100100 100001 10 1100100 100010

Color Harmonies of #AC0600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0600

Black with #AC0600

Text Example


Text Example

White with #AC0600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0600; }

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

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

background-color css

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

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

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

border-color css

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

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

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