Html Css Color HEX #AC2006 Fire Brick

📋 copy color: '#AC2006'

red 172 ◦ green 32 ◦ blue 6

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

Shades of Fire Brick #AC2006

Tints of Fire Brick #AC2006

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.24%

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

R = 81.9%
G = 15.24%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AC2006 (or 0xAC2006) is known color: Fire Brick. HEX triplet: AC, 20 and 06. RGB value is (172,32,6). Sum of RGB (Red+Green+Blue) = 172+32+6=210 (27% of max value = 765). Red value is 172 (67.58% from 255 or 81.90% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 6 (2.73% from 255 or 2.86% from 210); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2006 is #53DFF9. Grayscale: #474747. Windows color (decimal): -5496826 or 401580. OLE color: 401580.

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

Color convert

RGB 172 32 6 -
CMYK 0 0.81 0.97 0.33
HSL 9.4º 0.93% 0.35% -
HSV(B) 9.4º 0.97% 0.67% -
XYZ 17.56 9.82 1.14 -
YUV 70.9 91.38 200.11 -
System Red Green Blue C M Y K H S L
Decimal 172 32 6 0 0.81 0.97 0.33 9.4 0.93 0.35
Hex AC 20 6 0 51 61 21 9 5D 23
Octal 254 40 6 0 121 141 41 11 135 43
Binary 10101100 100000 110 0 1010001 1100001 100001 1001 1011101 100011

Color Harmonies of #AC2006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2006

Black with #AC2006

Text Example


Text Example

White with #AC2006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2006; }

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

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

background-color css

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

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

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

border-color css

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

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

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