Html Css Color HEX #AC170E Fire Brick

📋 copy color: '#AC170E'

red 172 ◦ green 23 ◦ blue 14

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

Shades of Fire Brick #AC170E

Tints of Fire Brick #AC170E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.7%

R = 82.3%
G = 11%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC170E (or 0xAC170E) is known color: Fire Brick. HEX triplet: AC, 17 and 0E. RGB value is (172,23,14). Sum of RGB (Red+Green+Blue) = 172+23+14=209 (27% of max value = 765). Red value is 172 (67.58% from 255 or 82.30% from 209); Green value is 23 (9.38% from 255 or 11.00% from 209); Blue value is 14 (5.86% from 255 or 6.70% from 209); Max value from RGB is 172 - color contains mainly: red. Hex color #AC170E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC170E is #53E8F1. Grayscale: #424242. Windows color (decimal): -5499122 or 923564. OLE color: 923564.

HSL color Cylindrical-coordinate representation of color #AC170E: hue angle of 3.42º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC170E is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 23 14 -
CMYK 0 0.87 0.92 0.33
HSL 3.42º 0.85% 0.36% -
HSV(B) 3.42º 0.92% 0.67% -
XYZ 17.4 9.42 1.32 -
YUV 66.53 98.36 203.23 -
System Red Green Blue C M Y K H S L
Decimal 172 23 14 0 0.87 0.92 0.33 3.42 0.85 0.36
Hex AC 17 E 0 57 5C 21 3 55 24
Octal 254 27 16 0 127 134 41 3 125 44
Binary 10101100 10111 1110 0 1010111 1011100 100001 11 1010101 100100

Color Harmonies of #AC170E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC170E

Black with #AC170E

Text Example


Text Example

White with #AC170E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC170E; }

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

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

background-color css

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

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

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

border-color css

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

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

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