Html Css Color HEX #AC2220 Fire Brick

📋 copy color: '#AC2220'

red 172 ◦ green 34 ◦ blue 32

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

Shades of Fire Brick #AC2220

Tints of Fire Brick #AC2220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.45%

R = 72.27%
G = 14.29%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AC2220 (or 0xAC2220) is known color: Fire Brick. HEX triplet: AC, 22 and 20. RGB value is (172,34,32). Sum of RGB (Red+Green+Blue) = 172+34+32=238 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.27% from 238); Green value is 34 (13.67% from 255 or 14.29% from 238); Blue value is 32 (12.89% from 255 or 13.45% from 238); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2220 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2220 is #53DDDF. Grayscale: #4B4B4B. Windows color (decimal): -5496288 or 2106028. OLE color: 2106028.

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

Color convert

RGB 172 34 32 -
CMYK 0 0.80 0.81 0.33
HSL 0.86º 0.69% 0.4% -
HSV(B) 0.86º 0.81% 0.67% -
XYZ 17.85 10.02 2.36 -
YUV 75.03 103.72 197.16 -
System Red Green Blue C M Y K H S L
Decimal 172 34 32 0 0.80 0.81 0.33 0.86 0.69 0.4
Hex AC 22 20 0 50 51 21 1 45 28
Octal 254 42 40 0 120 121 41 1 105 50
Binary 10101100 100010 100000 0 1010000 1010001 100001 1 1000101 101000

Color Harmonies of #AC2220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2220

Black with #AC2220

Text Example


Text Example

White with #AC2220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2220; }

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

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

background-color css

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

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

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

border-color css

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

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

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