Html Css Color HEX #AC2011 Fire Brick

📋 copy color: '#AC2011'

red 172 ◦ green 32 ◦ blue 17

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

Shades of Fire Brick #AC2011

Tints of Fire Brick #AC2011

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.48%

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

R = 77.83%
G = 14.48%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC2011 (or 0xAC2011) is known color: Fire Brick. HEX triplet: AC, 20 and 11. RGB value is (172,32,17). Sum of RGB (Red+Green+Blue) = 172+32+17=221 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.83% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 17 (7.03% from 255 or 7.69% from 221); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2011 is #53DFEE. Grayscale: #484848. Windows color (decimal): -5496815 or 1122476. OLE color: 1122476.

HSL color Cylindrical-coordinate representation of color #AC2011: hue angle of 5.81º 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 #AC2011 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 32 17 -
CMYK 0 0.81 0.90 0.33
HSL 5.81º 0.82% 0.37% -
HSV(B) 5.81º 0.9% 0.67% -
XYZ 17.63 9.84 1.5 -
YUV 72.15 96.88 199.22 -
System Red Green Blue C M Y K H S L
Decimal 172 32 17 0 0.81 0.90 0.33 5.81 0.82 0.37
Hex AC 20 11 0 51 5A 21 6 52 25
Octal 254 40 21 0 121 132 41 6 122 45
Binary 10101100 100000 10001 0 1010001 1011010 100001 110 1010010 100101

Color Harmonies of #AC2011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2011

Black with #AC2011

Text Example


Text Example

White with #AC2011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2011; }

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

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

background-color css

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

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

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

border-color css

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

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

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