Html Css Color HEX #AC2213 Fire Brick

📋 copy color: '#AC2213'

red 172 ◦ green 34 ◦ blue 19

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

Shades of Fire Brick #AC2213

Tints of Fire Brick #AC2213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.44%

R = 76.44%
G = 15.11%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AC2213 (or 0xAC2213) is known color: Fire Brick. HEX triplet: AC, 22 and 13. RGB value is (172,34,19). Sum of RGB (Red+Green+Blue) = 172+34+19=225 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.44% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2213 is #53DDEC. Grayscale: #494949. Windows color (decimal): -5496301 or 1254060. OLE color: 1254060.

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

Color convert

RGB 172 34 19 -
CMYK 0 0.80 0.89 0.33
HSL 5.88º 0.8% 0.37% -
HSV(B) 5.88º 0.89% 0.67% -
XYZ 17.7 9.96 1.61 -
YUV 73.55 97.22 198.22 -
System Red Green Blue C M Y K H S L
Decimal 172 34 19 0 0.80 0.89 0.33 5.88 0.8 0.37
Hex AC 22 13 0 50 59 21 6 50 25
Octal 254 42 23 0 120 131 41 6 120 45
Binary 10101100 100010 10011 0 1010000 1011001 100001 110 1010000 100101

Color Harmonies of #AC2213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2213

Black with #AC2213

Text Example


Text Example

White with #AC2213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2213; }

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

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

background-color css

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

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

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

border-color css

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

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

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