Html Css Color HEX #AC2211 Fire Brick

📋 copy color: '#AC2211'

red 172 ◦ green 34 ◦ blue 17

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

Shades of Fire Brick #AC2211

Tints of Fire Brick #AC2211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.62%

R = 77.13%
G = 15.25%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC2211 (or 0xAC2211) is known color: Fire Brick. HEX triplet: AC, 22 and 11. RGB value is (172,34,17). Sum of RGB (Red+Green+Blue) = 172+34+17=223 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.13% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 17 (7.03% from 255 or 7.62% from 223); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2211 is #53DDEE. Grayscale: #494949. Windows color (decimal): -5496303 or 1122988. OLE color: 1122988.

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

Color convert

RGB 172 34 17 -
CMYK 0 0.80 0.90 0.33
HSL 6.58º 0.82% 0.37% -
HSV(B) 6.58º 0.9% 0.67% -
XYZ 17.69 9.96 1.52 -
YUV 73.32 96.22 198.38 -
System Red Green Blue C M Y K H S L
Decimal 172 34 17 0 0.80 0.90 0.33 6.58 0.82 0.37
Hex AC 22 11 0 50 5A 21 7 52 25
Octal 254 42 21 0 120 132 41 7 122 45
Binary 10101100 100010 10001 0 1010000 1011010 100001 111 1010010 100101

Color Harmonies of #AC2211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2211

Black with #AC2211

Text Example


Text Example

White with #AC2211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2211; }

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

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

background-color css

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

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

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

border-color css

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

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

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