Html Css Color HEX #AC0F06 Free Speech Red

📋 copy color: '#AC0F06'

red 172 ◦ green 15 ◦ blue 6

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

Shades of Free Speech Red #AC0F06

Tints of Free Speech Red #AC0F06

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.77%

 BLUE value IS 6 (2.73% from 255) = 3.11%

R = 89.12%
G = 7.77%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AC0F06 (or 0xAC0F06) is known color: Free Speech Red. HEX triplet: AC, 0F and 06. RGB value is (172,15,6). Sum of RGB (Red+Green+Blue) = 172+15+6=193 (25% of max value = 765). Red value is 172 (67.58% from 255 or 89.12% from 193); Green value is 15 (6.25% from 255 or 7.77% from 193); Blue value is 6 (2.73% from 255 or 3.11% from 193); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0F06 is #53F0F9. Grayscale: #3D3D3D. Windows color (decimal): -5501178 or 397228. OLE color: 397228.

HSL color Cylindrical-coordinate representation of color #AC0F06: hue angle of 3.25º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC0F06 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 15 6 -
CMYK 0 0.91 0.97 0.33
HSL 3.25º 0.93% 0.35% -
HSV(B) 3.25º 0.97% 0.67% -
XYZ 17.22 9.13 1.03 -
YUV 60.92 97.01 207.23 -
System Red Green Blue C M Y K H S L
Decimal 172 15 6 0 0.91 0.97 0.33 3.25 0.93 0.35
Hex AC F 6 0 5B 61 21 3 5D 23
Octal 254 17 6 0 133 141 41 3 135 43
Binary 10101100 1111 110 0 1011011 1100001 100001 11 1011101 100011

Color Harmonies of #AC0F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0F06

Black with #AC0F06

Text Example


Text Example

White with #AC0F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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