Html Css Color HEX #AC1817 Fire Brick

📋 copy color: '#AC1817'

red 172 ◦ green 24 ◦ blue 23

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

Shades of Fire Brick #AC1817

Tints of Fire Brick #AC1817

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.96%

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

R = 78.54%
G = 10.96%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC1817 (or 0xAC1817) is known color: Fire Brick. HEX triplet: AC, 18 and 17. RGB value is (172,24,23). Sum of RGB (Red+Green+Blue) = 172+24+23=219 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.54% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 23 (9.38% from 255 or 10.50% from 219); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1817 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1817 is #53E7E8. Grayscale: #444444. Windows color (decimal): -5498857 or 1513644. OLE color: 1513644.

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

Color convert

RGB 172 24 23 -
CMYK 0 0.86 0.87 0.33
HSL 0.4º 0.76% 0.38% -
HSV(B) 0.4º 0.87% 0.67% -
XYZ 17.49 9.49 1.72 -
YUV 68.14 102.53 202.08 -
System Red Green Blue C M Y K H S L
Decimal 172 24 23 0 0.86 0.87 0.33 0.4 0.76 0.38
Hex AC 18 17 0 56 57 21 0 4C 26
Octal 254 30 27 0 126 127 41 0 114 46
Binary 10101100 11000 10111 0 1010110 1010111 100001 0 1001100 100110

Color Harmonies of #AC1817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1817

Black with #AC1817

Text Example


Text Example

White with #AC1817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1817; }

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

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

background-color css

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

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

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

border-color css

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

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

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