Html Css Color HEX #AC2517 Fire Brick

📋 copy color: '#AC2517'

red 172 ◦ green 37 ◦ blue 23

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

Shades of Fire Brick #AC2517

Tints of Fire Brick #AC2517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.91%

R = 74.14%
G = 15.95%
B = 9.91%

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

#AC2517 (or 0xAC2517) is known color: Fire Brick. HEX triplet: AC, 25 and 17. RGB value is (172,37,23). Sum of RGB (Red+Green+Blue) = 172+37+23=232 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.14% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 23 (9.38% from 255 or 9.91% from 232); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2517 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2517 is #53DAE8. Grayscale: #4B4B4B. Windows color (decimal): -5495529 or 1516972. OLE color: 1516972.

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

Color convert

RGB 172 37 23 -
CMYK 0 0.78 0.87 0.33
HSL 5.64º 0.76% 0.38% -
HSV(B) 5.64º 0.87% 0.67% -
XYZ 17.83 10.16 1.83 -
YUV 75.77 98.23 196.64 -
System Red Green Blue C M Y K H S L
Decimal 172 37 23 0 0.78 0.87 0.33 5.64 0.76 0.38
Hex AC 25 17 0 4E 57 21 6 4C 26
Octal 254 45 27 0 116 127 41 6 114 46
Binary 10101100 100101 10111 0 1001110 1010111 100001 110 1001100 100110

Color Harmonies of #AC2517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2517

Black with #AC2517

Text Example


Text Example

White with #AC2517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2517; }

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

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

background-color css

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

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

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

border-color css

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

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

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