Html Css Color HEX #AC1E17 Fire Brick

📋 copy color: '#AC1E17'

red 172 ◦ green 30 ◦ blue 23

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

Shades of Fire Brick #AC1E17

Tints of Fire Brick #AC1E17

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.33%

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

R = 76.44%
G = 13.33%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC1E17 (or 0xAC1E17) is known color: Fire Brick. HEX triplet: AC, 1E and 17. RGB value is (172,30,23). Sum of RGB (Red+Green+Blue) = 172+30+23=225 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.44% from 225); Green value is 30 (12.11% from 255 or 13.33% from 225); Blue value is 23 (9.38% from 255 or 10.22% from 225); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1E17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1E17 is #53E1E8. Grayscale: #474747. Windows color (decimal): -5497321 or 1515180. OLE color: 1515180.

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

Color convert

RGB 172 30 23 -
CMYK 0 0.83 0.87 0.33
HSL 2.82º 0.76% 0.38% -
HSV(B) 2.82º 0.87% 0.67% -
XYZ 17.63 9.76 1.77 -
YUV 71.66 100.54 199.57 -
System Red Green Blue C M Y K H S L
Decimal 172 30 23 0 0.83 0.87 0.33 2.82 0.76 0.38
Hex AC 1E 17 0 53 57 21 3 4C 26
Octal 254 36 27 0 123 127 41 3 114 46
Binary 10101100 11110 10111 0 1010011 1010111 100001 11 1001100 100110

Color Harmonies of #AC1E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1E17

Black with #AC1E17

Text Example


Text Example

White with #AC1E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1E17; }

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

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

background-color css

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

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

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

border-color css

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

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

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