Html Css Color HEX #AC3118 Fire Brick

📋 copy color: '#AC3118'

red 172 ◦ green 49 ◦ blue 24

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

Shades of Fire Brick #AC3118

Tints of Fire Brick #AC3118

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20%

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

R = 70.2%
G = 20%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AC3118 (or 0xAC3118) is known color: Fire Brick. HEX triplet: AC, 31 and 18. RGB value is (172,49,24). Sum of RGB (Red+Green+Blue) = 172+49+24=245 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.20% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3118 is #53CEE7. Grayscale: #535353. Windows color (decimal): -5492456 or 1585580. OLE color: 1585580.

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

Color convert

RGB 172 49 24 -
CMYK 0 0.72 0.86 0.33
HSL 10.14º 0.76% 0.38% -
HSV(B) 10.14º 0.86% 0.67% -
XYZ 18.28 11.03 2.03 -
YUV 82.93 94.75 191.53 -
System Red Green Blue C M Y K H S L
Decimal 172 49 24 0 0.72 0.86 0.33 10.14 0.76 0.38
Hex AC 31 18 0 48 56 21 A 4C 26
Octal 254 61 30 0 110 126 41 12 114 46
Binary 10101100 110001 11000 0 1001000 1010110 100001 1010 1001100 100110

Color Harmonies of #AC3118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3118

Black with #AC3118

Text Example


Text Example

White with #AC3118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3118; }

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

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

background-color css

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

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

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

border-color css

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

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

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