Html Css Color HEX #AC170B Fire Brick

📋 copy color: '#AC170B'

red 172 ◦ green 23 ◦ blue 11

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

Shades of Fire Brick #AC170B

Tints of Fire Brick #AC170B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.34%

R = 83.5%
G = 11.17%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC170B (or 0xAC170B) is known color: Fire Brick. HEX triplet: AC, 17 and 0B. RGB value is (172,23,11). Sum of RGB (Red+Green+Blue) = 172+23+11=206 (27% of max value = 765). Red value is 172 (67.58% from 255 or 83.50% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 11 (4.69% from 255 or 5.34% from 206); Max value from RGB is 172 - color contains mainly: red. Hex color #AC170B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC170B is #53E8F4. Grayscale: #424242. Windows color (decimal): -5499125 or 726956. OLE color: 726956.

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

Color convert

RGB 172 23 11 -
CMYK 0 0.87 0.94 0.33
HSL 4.47º 0.88% 0.36% -
HSV(B) 4.47º 0.94% 0.67% -
XYZ 17.38 9.41 1.22 -
YUV 66.18 96.86 203.48 -
System Red Green Blue C M Y K H S L
Decimal 172 23 11 0 0.87 0.94 0.33 4.47 0.88 0.36
Hex AC 17 B 0 57 5E 21 4 58 24
Octal 254 27 13 0 127 136 41 4 130 44
Binary 10101100 10111 1011 0 1010111 1011110 100001 100 1011000 100100

Color Harmonies of #AC170B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC170B

Black with #AC170B

Text Example


Text Example

White with #AC170B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC170B; }

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

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

background-color css

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

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

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

border-color css

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

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

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