Html Css Color HEX #AC2819 Fire Brick

📋 copy color: '#AC2819'

red 172 ◦ green 40 ◦ blue 25

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

Shades of Fire Brick #AC2819

Tints of Fire Brick #AC2819

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.88%

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

R = 72.57%
G = 16.88%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC2819 (or 0xAC2819) is known color: Fire Brick. HEX triplet: AC, 28 and 19. RGB value is (172,40,25). Sum of RGB (Red+Green+Blue) = 172+40+25=237 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.57% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 25 (10.16% from 255 or 10.55% from 237); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2819 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2819 is #53D7E6. Grayscale: #4D4D4D. Windows color (decimal): -5494759 or 1648812. OLE color: 1648812.

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

Color convert

RGB 172 40 25 -
CMYK 0 0.77 0.85 0.33
HSL 6.12º 0.75% 0.39% -
HSV(B) 6.12º 0.85% 0.67% -
XYZ 17.95 10.36 1.97 -
YUV 77.76 98.23 195.22 -
System Red Green Blue C M Y K H S L
Decimal 172 40 25 0 0.77 0.85 0.33 6.12 0.75 0.39
Hex AC 28 19 0 4D 55 21 6 4B 27
Octal 254 50 31 0 115 125 41 6 113 47
Binary 10101100 101000 11001 0 1001101 1010101 100001 110 1001011 100111

Color Harmonies of #AC2819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2819

Black with #AC2819

Text Example


Text Example

White with #AC2819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2819; }

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

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

background-color css

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

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

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

border-color css

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

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

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