Html Css Color HEX #AC2311 Fire Brick

📋 copy color: '#AC2311'

red 172 ◦ green 35 ◦ blue 17

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

Shades of Fire Brick #AC2311

Tints of Fire Brick #AC2311

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.63%

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

R = 76.79%
G = 15.63%
B = 7.59%

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

#AC2311 (or 0xAC2311) is known color: Fire Brick. HEX triplet: AC, 23 and 11. RGB value is (172,35,17). Sum of RGB (Red+Green+Blue) = 172+35+17=224 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.79% from 224); Green value is 35 (14.06% from 255 or 15.62% from 224); Blue value is 17 (7.03% from 255 or 7.59% from 224); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2311 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2311 is #53DCEE. Grayscale: #4A4A4A. Windows color (decimal): -5496047 or 1123244. OLE color: 1123244.

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

Color convert

RGB 172 35 17 -
CMYK 0 0.80 0.90 0.33
HSL 6.97º 0.82% 0.37% -
HSV(B) 6.97º 0.9% 0.67% -
XYZ 17.72 10.01 1.53 -
YUV 73.91 95.89 197.96 -
System Red Green Blue C M Y K H S L
Decimal 172 35 17 0 0.80 0.90 0.33 6.97 0.82 0.37
Hex AC 23 11 0 50 5A 21 7 52 25
Octal 254 43 21 0 120 132 41 7 122 45
Binary 10101100 100011 10001 0 1010000 1011010 100001 111 1010010 100101

Color Harmonies of #AC2311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2311

Black with #AC2311

Text Example


Text Example

White with #AC2311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2311; }

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

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

background-color css

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

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

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

border-color css

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

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

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