Html Css Color HEX #AC1211 Fire Brick

📋 copy color: '#AC1211'

red 172 ◦ green 18 ◦ blue 17

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

Shades of Fire Brick #AC1211

Tints of Fire Brick #AC1211

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.7%

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

R = 83.09%
G = 8.7%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC1211 (or 0xAC1211) is known color: Fire Brick. HEX triplet: AC, 12 and 11. RGB value is (172,18,17). Sum of RGB (Red+Green+Blue) = 172+18+17=207 (27% of max value = 765). Red value is 172 (67.58% from 255 or 83.09% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 17 (7.03% from 255 or 8.21% from 207); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1211 is #53EDEE. Grayscale: #404040. Windows color (decimal): -5500399 or 1118892. OLE color: 1118892.

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

Color convert

RGB 172 18 17 -
CMYK 0 0.90 0.90 0.33
HSL 0.39º 0.82% 0.37% -
HSV(B) 0.39º 0.9% 0.67% -
XYZ 17.33 9.24 1.4 -
YUV 63.93 101.52 205.08 -
System Red Green Blue C M Y K H S L
Decimal 172 18 17 0 0.90 0.90 0.33 0.39 0.82 0.37
Hex AC 12 11 0 5A 5A 21 0 52 25
Octal 254 22 21 0 132 132 41 0 122 45
Binary 10101100 10010 10001 0 1011010 1011010 100001 0 1010010 100101

Color Harmonies of #AC1211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1211

Black with #AC1211

Text Example


Text Example

White with #AC1211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1211; }

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

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

background-color css

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

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

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

border-color css

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

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

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