Html Css Color HEX #AC2215 Fire Brick

📋 copy color: '#AC2215'

red 172 ◦ green 34 ◦ blue 21

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

Shades of Fire Brick #AC2215

Tints of Fire Brick #AC2215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.25%

R = 75.77%
G = 14.98%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC2215 (or 0xAC2215) is known color: Fire Brick. HEX triplet: AC, 22 and 15. RGB value is (172,34,21). Sum of RGB (Red+Green+Blue) = 172+34+21=227 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.77% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 21 (8.59% from 255 or 9.25% from 227); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2215 is #53DDEA. Grayscale: #494949. Windows color (decimal): -5496299 or 1385132. OLE color: 1385132.

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

Color convert

RGB 172 34 21 -
CMYK 0 0.80 0.88 0.33
HSL 5.17º 0.78% 0.38% -
HSV(B) 5.17º 0.88% 0.67% -
XYZ 17.72 9.97 1.7 -
YUV 73.78 98.22 198.06 -
System Red Green Blue C M Y K H S L
Decimal 172 34 21 0 0.80 0.88 0.33 5.17 0.78 0.38
Hex AC 22 15 0 50 58 21 5 4E 26
Octal 254 42 25 0 120 130 41 5 116 46
Binary 10101100 100010 10101 0 1010000 1011000 100001 101 1001110 100110

Color Harmonies of #AC2215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2215

Black with #AC2215

Text Example


Text Example

White with #AC2215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2215; }

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

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

background-color css

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

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

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

border-color css

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

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

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