Html Css Color HEX #AC2F19 Fire Brick

📋 copy color: '#AC2F19'

red 172 ◦ green 47 ◦ blue 25

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

Shades of Fire Brick #AC2F19

Tints of Fire Brick #AC2F19

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.26%

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

R = 70.49%
G = 19.26%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC2F19 (or 0xAC2F19) is known color: Fire Brick. HEX triplet: AC, 2F and 19. RGB value is (172,47,25). Sum of RGB (Red+Green+Blue) = 172+47+25=244 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.49% from 244); Green value is 47 (18.75% from 255 or 19.26% from 244); Blue value is 25 (10.16% from 255 or 10.25% from 244); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2F19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2F19 is #53D0E6. Grayscale: #525252. Windows color (decimal): -5492967 or 1650604. OLE color: 1650604.

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

Color convert

RGB 172 47 25 -
CMYK 0 0.73 0.85 0.33
HSL 8.98º 0.75% 0.39% -
HSV(B) 8.98º 0.85% 0.67% -
XYZ 18.21 10.87 2.06 -
YUV 81.87 95.91 192.29 -
System Red Green Blue C M Y K H S L
Decimal 172 47 25 0 0.73 0.85 0.33 8.98 0.75 0.39
Hex AC 2F 19 0 49 55 21 9 4B 27
Octal 254 57 31 0 111 125 41 11 113 47
Binary 10101100 101111 11001 0 1001001 1010101 100001 1001 1001011 100111

Color Harmonies of #AC2F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2F19

Black with #AC2F19

Text Example


Text Example

White with #AC2F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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