Html Css Color HEX #AC3119 Fire Brick

📋 copy color: '#AC3119'

red 172 ◦ green 49 ◦ blue 25

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

Shades of Fire Brick #AC3119

Tints of Fire Brick #AC3119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.16%

R = 69.92%
G = 19.92%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC3119 (or 0xAC3119) is known color: Fire Brick. HEX triplet: AC, 31 and 19. RGB value is (172,49,25). Sum of RGB (Red+Green+Blue) = 172+49+25=246 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.92% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 25 (10.16% from 255 or 10.16% from 246); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3119 is #53CEE6. Grayscale: #535353. Windows color (decimal): -5492455 or 1651116. OLE color: 1651116.

HSL color Cylindrical-coordinate representation of color #AC3119: hue angle of 9.8º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC3119 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 49 25 -
CMYK 0 0.72 0.85 0.33
HSL 9.8º 0.75% 0.39% -
HSV(B) 9.8º 0.85% 0.67% -
XYZ 18.29 11.04 2.09 -
YUV 83.04 95.25 191.45 -
System Red Green Blue C M Y K H S L
Decimal 172 49 25 0 0.72 0.85 0.33 9.8 0.75 0.39
Hex AC 31 19 0 48 55 21 A 4B 27
Octal 254 61 31 0 110 125 41 12 113 47
Binary 10101100 110001 11001 0 1001000 1010101 100001 1010 1001011 100111

Color Harmonies of #AC3119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3119

Black with #AC3119

Text Example


Text Example

White with #AC3119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3119; }

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

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

background-color css

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

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

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

border-color css

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

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

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