Html Css Color HEX #AC2119 Fire Brick

📋 copy color: '#AC2119'

red 172 ◦ green 33 ◦ blue 25

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

Shades of Fire Brick #AC2119

Tints of Fire Brick #AC2119

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.35%

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

R = 74.78%
G = 14.35%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC2119 (or 0xAC2119) is known color: Fire Brick. HEX triplet: AC, 21 and 19. RGB value is (172,33,25). Sum of RGB (Red+Green+Blue) = 172+33+25=230 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.78% from 230); Green value is 33 (13.28% from 255 or 14.35% from 230); Blue value is 25 (10.16% from 255 or 10.87% from 230); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2119 is #53DEE6. Grayscale: #494949. Windows color (decimal): -5496551 or 1647020. OLE color: 1647020.

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

Color convert

RGB 172 33 25 -
CMYK 0 0.81 0.85 0.33
HSL 3.27º 0.75% 0.39% -
HSV(B) 3.27º 0.85% 0.67% -
XYZ 17.73 9.93 1.9 -
YUV 73.65 100.55 198.15 -
System Red Green Blue C M Y K H S L
Decimal 172 33 25 0 0.81 0.85 0.33 3.27 0.75 0.39
Hex AC 21 19 0 51 55 21 3 4B 27
Octal 254 41 31 0 121 125 41 3 113 47
Binary 10101100 100001 11001 0 1010001 1010101 100001 11 1001011 100111

Color Harmonies of #AC2119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2119

Black with #AC2119

Text Example


Text Example

White with #AC2119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2119; }

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

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

background-color css

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

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

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

border-color css

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

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

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