Html Css Color HEX #AC220C Fire Brick

📋 copy color: '#AC220C'

red 172 ◦ green 34 ◦ blue 12

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

Shades of Fire Brick #AC220C

Tints of Fire Brick #AC220C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.6%

 BLUE value IS 12 (5.08% from 255) = 5.5%

R = 78.9%
G = 15.6%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AC220C (or 0xAC220C) is known color: Fire Brick. HEX triplet: AC, 22 and 0C. RGB value is (172,34,12). Sum of RGB (Red+Green+Blue) = 172+34+12=218 (28% of max value = 765). Red value is 172 (67.58% from 255 or 78.90% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 172 - color contains mainly: red. Hex color #AC220C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC220C is #53DDF3. Grayscale: #484848. Windows color (decimal): -5496308 or 795308. OLE color: 795308.

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

Color convert

RGB 172 34 12 -
CMYK 0 0.80 0.93 0.33
HSL 8.25º 0.87% 0.36% -
HSV(B) 8.25º 0.93% 0.67% -
XYZ 17.65 9.94 1.34 -
YUV 72.75 93.72 198.79 -
System Red Green Blue C M Y K H S L
Decimal 172 34 12 0 0.80 0.93 0.33 8.25 0.87 0.36
Hex AC 22 C 0 50 5D 21 8 57 24
Octal 254 42 14 0 120 135 41 10 127 44
Binary 10101100 100010 1100 0 1010000 1011101 100001 1000 1010111 100100

Color Harmonies of #AC220C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC220C

Black with #AC220C

Text Example


Text Example

White with #AC220C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC220C; }

 p { color: rgb(172,34,12); }

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

background-color css

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

 a { background-color: rgb(172,34,12); }

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

border-color css

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

 span { border-color: rgb(172,34,12); }

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