Html Css Color HEX #AC2417 Fire Brick

📋 copy color: '#AC2417'

red 172 ◦ green 36 ◦ blue 23

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

Shades of Fire Brick #AC2417

Tints of Fire Brick #AC2417

RGB

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

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

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

R = 74.46%
G = 15.58%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC2417 (or 0xAC2417) is known color: Fire Brick. HEX triplet: AC, 24 and 17. RGB value is (172,36,23). Sum of RGB (Red+Green+Blue) = 172+36+23=231 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.46% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 23 (9.38% from 255 or 9.96% from 231); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2417 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2417 is #53DBE8. Grayscale: #4B4B4B. Windows color (decimal): -5495785 or 1516716. OLE color: 1516716.

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

Color convert

RGB 172 36 23 -
CMYK 0 0.79 0.87 0.33
HSL 5.23º 0.76% 0.38% -
HSV(B) 5.23º 0.87% 0.67% -
XYZ 17.8 10.09 1.82 -
YUV 75.18 98.56 197.06 -
System Red Green Blue C M Y K H S L
Decimal 172 36 23 0 0.79 0.87 0.33 5.23 0.76 0.38
Hex AC 24 17 0 4F 57 21 5 4C 26
Octal 254 44 27 0 117 127 41 5 114 46
Binary 10101100 100100 10111 0 1001111 1010111 100001 101 1001100 100110

Color Harmonies of #AC2417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2417

Black with #AC2417

Text Example


Text Example

White with #AC2417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2417; }

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

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

background-color css

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

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

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

border-color css

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

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

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