Html Css Color HEX #AC1C17 Fire Brick

📋 copy color: '#AC1C17'

red 172 ◦ green 28 ◦ blue 23

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

Shades of Fire Brick #AC1C17

Tints of Fire Brick #AC1C17

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.56%

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

R = 77.13%
G = 12.56%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC1C17 (or 0xAC1C17) is known color: Fire Brick. HEX triplet: AC, 1C and 17. RGB value is (172,28,23). Sum of RGB (Red+Green+Blue) = 172+28+23=223 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.13% from 223); Green value is 28 (11.33% from 255 or 12.56% from 223); Blue value is 23 (9.38% from 255 or 10.31% from 223); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1C17 is #53E3E8. Grayscale: #464646. Windows color (decimal): -5497833 or 1514668. OLE color: 1514668.

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

Color convert

RGB 172 28 23 -
CMYK 0 0.84 0.87 0.33
HSL 2.01º 0.76% 0.38% -
HSV(B) 2.01º 0.87% 0.67% -
XYZ 17.58 9.66 1.75 -
YUV 70.49 101.21 200.41 -
System Red Green Blue C M Y K H S L
Decimal 172 28 23 0 0.84 0.87 0.33 2.01 0.76 0.38
Hex AC 1C 17 0 54 57 21 2 4C 26
Octal 254 34 27 0 124 127 41 2 114 46
Binary 10101100 11100 10111 0 1010100 1010111 100001 10 1001100 100110

Color Harmonies of #AC1C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1C17

Black with #AC1C17

Text Example


Text Example

White with #AC1C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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