Html Css Color HEX #AC1717 Fire Brick

📋 copy color: '#AC1717'

red 172 ◦ green 23 ◦ blue 23

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

Shades of Fire Brick #AC1717

Tints of Fire Brick #AC1717

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.55%

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

R = 78.9%
G = 10.55%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC1717 (or 0xAC1717) is known color: Fire Brick. HEX triplet: AC, 17 and 17. RGB value is (172,23,23). Sum of RGB (Red+Green+Blue) = 172+23+23=218 (28% of max value = 765). Red value is 172 (67.58% from 255 or 78.90% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 23 (9.38% from 255 or 10.55% from 218); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1717 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1717 is #53E8E8. Grayscale: #434343. Windows color (decimal): -5499113 or 1513388. OLE color: 1513388.

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

Color convert

RGB 172 23 23 -
CMYK 0 0.87 0.87 0.33
HSL 0.76% 0.38% -
HSV(B) 0.87% 0.67% -
XYZ 17.47 9.45 1.71 -
YUV 67.55 102.86 202.5 -
System Red Green Blue C M Y K H S L
Decimal 172 23 23 0 0.87 0.87 0.33 0 0.76 0.38
Hex AC 17 17 0 57 57 21 0 4C 26
Octal 254 27 27 0 127 127 41 0 114 46
Binary 10101100 10111 10111 0 1010111 1010111 100001 0 1001100 100110

Color Harmonies of #AC1717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1717

Black with #AC1717

Text Example


Text Example

White with #AC1717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1717; }

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

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

background-color css

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

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

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

border-color css

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

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

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