Html Css Color HEX #AC2319 Fire Brick

📋 copy color: '#AC2319'

red 172 ◦ green 35 ◦ blue 25

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

Shades of Fire Brick #AC2319

Tints of Fire Brick #AC2319

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.09%

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

R = 74.14%
G = 15.09%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC2319 (or 0xAC2319) is known color: Fire Brick. HEX triplet: AC, 23 and 19. RGB value is (172,35,25). Sum of RGB (Red+Green+Blue) = 172+35+25=232 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.14% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 25 (10.16% from 255 or 10.78% from 232); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2319 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2319 is #53DCE6. Grayscale: #4B4B4B. Windows color (decimal): -5496039 or 1647532. OLE color: 1647532.

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

Color convert

RGB 172 35 25 -
CMYK 0 0.80 0.85 0.33
HSL 4.08º 0.75% 0.39% -
HSV(B) 4.08º 0.85% 0.67% -
XYZ 17.79 10.04 1.92 -
YUV 74.82 99.89 197.31 -
System Red Green Blue C M Y K H S L
Decimal 172 35 25 0 0.80 0.85 0.33 4.08 0.75 0.39
Hex AC 23 19 0 50 55 21 4 4B 27
Octal 254 43 31 0 120 125 41 4 113 47
Binary 10101100 100011 11001 0 1010000 1010101 100001 100 1001011 100111

Color Harmonies of #AC2319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2319

Black with #AC2319

Text Example


Text Example

White with #AC2319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2319; }

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

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

background-color css

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

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

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

border-color css

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

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

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