Html Css Color HEX #AC2316 Fire Brick

📋 copy color: '#AC2316'

red 172 ◦ green 35 ◦ blue 22

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

Shades of Fire Brick #AC2316

Tints of Fire Brick #AC2316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.61%

R = 75.11%
G = 15.28%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC2316 (or 0xAC2316) is known color: Fire Brick. HEX triplet: AC, 23 and 16. RGB value is (172,35,22). Sum of RGB (Red+Green+Blue) = 172+35+22=229 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.11% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2316 is #53DCE9. Grayscale: #4A4A4A. Windows color (decimal): -5496042 or 1450924. OLE color: 1450924.

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

Color convert

RGB 172 35 22 -
CMYK 0 0.80 0.87 0.33
HSL 5.2º 0.77% 0.38% -
HSV(B) 5.2º 0.87% 0.67% -
XYZ 17.76 10.03 1.76 -
YUV 74.48 98.39 197.56 -
System Red Green Blue C M Y K H S L
Decimal 172 35 22 0 0.80 0.87 0.33 5.2 0.77 0.38
Hex AC 23 16 0 50 57 21 5 4D 26
Octal 254 43 26 0 120 127 41 5 115 46
Binary 10101100 100011 10110 0 1010000 1010111 100001 101 1001101 100110

Color Harmonies of #AC2316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2316

Black with #AC2316

Text Example


Text Example

White with #AC2316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2316; }

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

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

background-color css

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

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

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

border-color css

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

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

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