Html Css Color HEX #AC2515 Fire Brick

📋 copy color: '#AC2515'

red 172 ◦ green 37 ◦ blue 21

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

Shades of Fire Brick #AC2515

Tints of Fire Brick #AC2515

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.09%

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

R = 74.78%
G = 16.09%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC2515 (or 0xAC2515) is known color: Fire Brick. HEX triplet: AC, 25 and 15. RGB value is (172,37,21). Sum of RGB (Red+Green+Blue) = 172+37+21=230 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.78% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 21 (8.59% from 255 or 9.13% from 230); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2515 is #53DAEA. Grayscale: #4B4B4B. Windows color (decimal): -5495531 or 1385900. OLE color: 1385900.

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

Color convert

RGB 172 37 21 -
CMYK 0 0.78 0.88 0.33
HSL 6.36º 0.78% 0.38% -
HSV(B) 6.36º 0.88% 0.67% -
XYZ 17.81 10.15 1.73 -
YUV 75.54 97.23 196.8 -
System Red Green Blue C M Y K H S L
Decimal 172 37 21 0 0.78 0.88 0.33 6.36 0.78 0.38
Hex AC 25 15 0 4E 58 21 6 4E 26
Octal 254 45 25 0 116 130 41 6 116 46
Binary 10101100 100101 10101 0 1001110 1011000 100001 110 1001110 100110

Color Harmonies of #AC2515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2515

Black with #AC2515

Text Example


Text Example

White with #AC2515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2515; }

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

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

background-color css

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

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

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

border-color css

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

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

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