Html Css Color HEX #AC2918 Fire Brick

📋 copy color: '#AC2918'

red 172 ◦ green 41 ◦ blue 24

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

Shades of Fire Brick #AC2918

Tints of Fire Brick #AC2918

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.3%

 BLUE value IS 24 (9.77% from 255) = 10.13%

R = 72.57%
G = 17.3%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AC2918 (or 0xAC2918) is known color: Fire Brick. HEX triplet: AC, 29 and 18. RGB value is (172,41,24). Sum of RGB (Red+Green+Blue) = 172+41+24=237 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.57% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 24 (9.77% from 255 or 10.13% from 237); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2918 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2918 is #53D6E7. Grayscale: #4E4E4E. Windows color (decimal): -5494504 or 1583532. OLE color: 1583532.

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

Color convert

RGB 172 41 24 -
CMYK 0 0.76 0.86 0.33
HSL 6.89º 0.76% 0.38% -
HSV(B) 6.89º 0.86% 0.67% -
XYZ 17.97 10.42 1.93 -
YUV 78.23 97.4 194.88 -
System Red Green Blue C M Y K H S L
Decimal 172 41 24 0 0.76 0.86 0.33 6.89 0.76 0.38
Hex AC 29 18 0 4C 56 21 7 4C 26
Octal 254 51 30 0 114 126 41 7 114 46
Binary 10101100 101001 11000 0 1001100 1010110 100001 111 1001100 100110

Color Harmonies of #AC2918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2918

Black with #AC2918

Text Example


Text Example

White with #AC2918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2918; }

 p { color: rgb(172,41,24); }

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

background-color css

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

 a { background-color: rgb(172,41,24); }

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

border-color css

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

 span { border-color: rgb(172,41,24); }

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