Html Css Color HEX #AC2415 Fire Brick

📋 copy color: '#AC2415'

red 172 ◦ green 36 ◦ blue 21

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

Shades of Fire Brick #AC2415

Tints of Fire Brick #AC2415

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.72%

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

R = 75.11%
G = 15.72%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC2415 (or 0xAC2415) is known color: Fire Brick. HEX triplet: AC, 24 and 15. RGB value is (172,36,21). Sum of RGB (Red+Green+Blue) = 172+36+21=229 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.11% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 21 (8.59% from 255 or 9.17% from 229); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2415 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2415 is #53DBEA. Grayscale: #4B4B4B. Windows color (decimal): -5495787 or 1385644. OLE color: 1385644.

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

Color convert

RGB 172 36 21 -
CMYK 0 0.79 0.88 0.33
HSL 5.96º 0.78% 0.38% -
HSV(B) 5.96º 0.88% 0.67% -
XYZ 17.78 10.09 1.72 -
YUV 74.95 97.56 197.22 -
System Red Green Blue C M Y K H S L
Decimal 172 36 21 0 0.79 0.88 0.33 5.96 0.78 0.38
Hex AC 24 15 0 4F 58 21 6 4E 26
Octal 254 44 25 0 117 130 41 6 116 46
Binary 10101100 100100 10101 0 1001111 1011000 100001 110 1001110 100110

Color Harmonies of #AC2415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2415

Black with #AC2415

Text Example


Text Example

White with #AC2415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2415; }

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

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

background-color css

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

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

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

border-color css

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

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

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