Html Css Color HEX #AC1D17 Fire Brick

📋 copy color: '#AC1D17'

red 172 ◦ green 29 ◦ blue 23

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

Shades of Fire Brick #AC1D17

Tints of Fire Brick #AC1D17

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.95%

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

R = 76.79%
G = 12.95%
B = 10.27%

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

#AC1D17 (or 0xAC1D17) is known color: Fire Brick. HEX triplet: AC, 1D and 17. RGB value is (172,29,23). Sum of RGB (Red+Green+Blue) = 172+29+23=224 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.79% from 224); Green value is 29 (11.72% from 255 or 12.95% from 224); Blue value is 23 (9.38% from 255 or 10.27% from 224); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1D17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1D17 is #53E2E8. Grayscale: #474747. Windows color (decimal): -5497577 or 1514924. OLE color: 1514924.

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

Color convert

RGB 172 29 23 -
CMYK 0 0.83 0.87 0.33
HSL 2.42º 0.76% 0.38% -
HSV(B) 2.42º 0.87% 0.67% -
XYZ 17.61 9.71 1.76 -
YUV 71.07 100.88 199.99 -
System Red Green Blue C M Y K H S L
Decimal 172 29 23 0 0.83 0.87 0.33 2.42 0.76 0.38
Hex AC 1D 17 0 53 57 21 2 4C 26
Octal 254 35 27 0 123 127 41 2 114 46
Binary 10101100 11101 10111 0 1010011 1010111 100001 10 1001100 100110

Color Harmonies of #AC1D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1D17

Black with #AC1D17

Text Example


Text Example

White with #AC1D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1D17; }

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

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

background-color css

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

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

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

border-color css

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

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

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