Html Css Color HEX #AC2516 Fire Brick

📋 copy color: '#AC2516'

red 172 ◦ green 37 ◦ blue 22

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

Shades of Fire Brick #AC2516

Tints of Fire Brick #AC2516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.52%

R = 74.46%
G = 16.02%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC2516 (or 0xAC2516) is known color: Fire Brick. HEX triplet: AC, 25 and 16. RGB value is (172,37,22). Sum of RGB (Red+Green+Blue) = 172+37+22=231 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.46% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 22 (8.98% from 255 or 9.52% from 231); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2516 is #53DAE9. Grayscale: #4B4B4B. Windows color (decimal): -5495530 or 1451436. OLE color: 1451436.

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

Color convert

RGB 172 37 22 -
CMYK 0 0.78 0.87 0.33
HSL 0.77% 0.38% -
HSV(B) 0.87% 0.67% -
XYZ 17.82 10.15 1.78 -
YUV 75.66 97.73 196.72 -
System Red Green Blue C M Y K H S L
Decimal 172 37 22 0 0.78 0.87 0.33 6 0.77 0.38
Hex AC 25 16 0 4E 57 21 6 4D 26
Octal 254 45 26 0 116 127 41 6 115 46
Binary 10101100 100101 10110 0 1001110 1010111 100001 110 1001101 100110

Color Harmonies of #AC2516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2516

Black with #AC2516

Text Example


Text Example

White with #AC2516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2516; }

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

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

background-color css

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

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

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

border-color css

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

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

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