Html Css Color HEX #AC2616 Fire Brick

📋 copy color: '#AC2616'

red 172 ◦ green 38 ◦ blue 22

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

Shades of Fire Brick #AC2616

Tints of Fire Brick #AC2616

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.38%

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

R = 74.14%
G = 16.38%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC2616 (or 0xAC2616) is known color: Fire Brick. HEX triplet: AC, 26 and 16. RGB value is (172,38,22). Sum of RGB (Red+Green+Blue) = 172+38+22=232 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.14% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2616 is #53D9E9. Grayscale: #4C4C4C. Windows color (decimal): -5495274 or 1451692. OLE color: 1451692.

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

Color convert

RGB 172 38 22 -
CMYK 0 0.78 0.87 0.33
HSL 6.4º 0.77% 0.38% -
HSV(B) 6.4º 0.87% 0.67% -
XYZ 17.85 10.21 1.79 -
YUV 76.24 97.39 196.3 -
System Red Green Blue C M Y K H S L
Decimal 172 38 22 0 0.78 0.87 0.33 6.4 0.77 0.38
Hex AC 26 16 0 4E 57 21 6 4D 26
Octal 254 46 26 0 116 127 41 6 115 46
Binary 10101100 100110 10110 0 1001110 1010111 100001 110 1001101 100110

Color Harmonies of #AC2616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2616

Black with #AC2616

Text Example


Text Example

White with #AC2616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2616; }

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

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

background-color css

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

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

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

border-color css

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

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

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