Html Css Color HEX #AC2719 Fire Brick

📋 copy color: '#AC2719'

red 172 ◦ green 39 ◦ blue 25

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

Shades of Fire Brick #AC2719

Tints of Fire Brick #AC2719

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.53%

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

R = 72.88%
G = 16.53%
B = 10.59%

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

#AC2719 (or 0xAC2719) is known color: Fire Brick. HEX triplet: AC, 27 and 19. RGB value is (172,39,25). Sum of RGB (Red+Green+Blue) = 172+39+25=236 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.88% from 236); Green value is 39 (15.62% from 255 or 16.53% from 236); Blue value is 25 (10.16% from 255 or 10.59% from 236); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2719 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2719 is #53D8E6. Grayscale: #4D4D4D. Windows color (decimal): -5495015 or 1648556. OLE color: 1648556.

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

Color convert

RGB 172 39 25 -
CMYK 0 0.77 0.85 0.33
HSL 5.71º 0.75% 0.39% -
HSV(B) 5.71º 0.85% 0.67% -
XYZ 17.91 10.29 1.96 -
YUV 77.17 98.56 195.64 -
System Red Green Blue C M Y K H S L
Decimal 172 39 25 0 0.77 0.85 0.33 5.71 0.75 0.39
Hex AC 27 19 0 4D 55 21 6 4B 27
Octal 254 47 31 0 115 125 41 6 113 47
Binary 10101100 100111 11001 0 1001101 1010101 100001 110 1001011 100111

Color Harmonies of #AC2719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2719

Black with #AC2719

Text Example


Text Example

White with #AC2719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2719; }

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

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

background-color css

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

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

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

border-color css

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

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

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