Html Css Color HEX #AC2406 Fire Brick

📋 copy color: '#AC2406'

red 172 ◦ green 36 ◦ blue 6

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

Shades of Fire Brick #AC2406

Tints of Fire Brick #AC2406

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.82%

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

R = 80.37%
G = 16.82%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AC2406 (or 0xAC2406) is known color: Fire Brick. HEX triplet: AC, 24 and 06. RGB value is (172,36,6). Sum of RGB (Red+Green+Blue) = 172+36+6=214 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80.37% from 214); Green value is 36 (14.45% from 255 or 16.82% from 214); Blue value is 6 (2.73% from 255 or 2.80% from 214); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2406 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2406 is #53DBF9. Grayscale: #494949. Windows color (decimal): -5495802 or 402604. OLE color: 402604.

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

Color convert

RGB 172 36 6 -
CMYK 0 0.79 0.97 0.33
HSL 10.84º 0.93% 0.35% -
HSV(B) 10.84º 0.97% 0.67% -
XYZ 17.68 10.05 1.18 -
YUV 73.24 90.06 198.44 -
System Red Green Blue C M Y K H S L
Decimal 172 36 6 0 0.79 0.97 0.33 10.84 0.93 0.35
Hex AC 24 6 0 4F 61 21 B 5D 23
Octal 254 44 6 0 117 141 41 13 135 43
Binary 10101100 100100 110 0 1001111 1100001 100001 1011 1011101 100011

Color Harmonies of #AC2406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2406

Black with #AC2406

Text Example


Text Example

White with #AC2406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2406; }

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

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

background-color css

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

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

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

border-color css

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

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

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