Html Css Color HEX #AC2E15 Fire Brick

📋 copy color: '#AC2E15'

red 172 ◦ green 46 ◦ blue 21

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

Shades of Fire Brick #AC2E15

Tints of Fire Brick #AC2E15

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.25%

 BLUE value IS 21 (8.59% from 255) = 8.79%

R = 71.97%
G = 19.25%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC2E15 (or 0xAC2E15) is known color: Fire Brick. HEX triplet: AC, 2E and 15. RGB value is (172,46,21). Sum of RGB (Red+Green+Blue) = 172+46+21=239 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.97% from 239); Green value is 46 (18.36% from 255 or 19.25% from 239); Blue value is 21 (8.59% from 255 or 8.79% from 239); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2E15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2E15 is #53D1EA. Grayscale: #515151. Windows color (decimal): -5493227 or 1388204. OLE color: 1388204.

HSL color Cylindrical-coordinate representation of color #AC2E15: hue angle of 9.93º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC2E15 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 46 21 -
CMYK 0 0.73 0.88 0.33
HSL 9.93º 0.78% 0.38% -
HSV(B) 9.93º 0.88% 0.67% -
XYZ 18.13 10.78 1.83 -
YUV 80.82 94.24 193.03 -
System Red Green Blue C M Y K H S L
Decimal 172 46 21 0 0.73 0.88 0.33 9.93 0.78 0.38
Hex AC 2E 15 0 49 58 21 A 4E 26
Octal 254 56 25 0 111 130 41 12 116 46
Binary 10101100 101110 10101 0 1001001 1011000 100001 1010 1001110 100110

Color Harmonies of #AC2E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2E15

Black with #AC2E15

Text Example


Text Example

White with #AC2E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2E15; }

 p { color: rgb(172,46,21); }

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

background-color css

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

 a { background-color: rgb(172,46,21); }

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

border-color css

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

 span { border-color: rgb(172,46,21); }

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