Html Css Color HEX #AC170A Fire Brick

📋 copy color: '#AC170A'

red 172 ◦ green 23 ◦ blue 10

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

Shades of Fire Brick #AC170A

Tints of Fire Brick #AC170A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.88%

R = 83.9%
G = 11.22%
B = 4.88%

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

#AC170A (or 0xAC170A) is known color: Fire Brick. HEX triplet: AC, 17 and 0A. RGB value is (172,23,10). Sum of RGB (Red+Green+Blue) = 172+23+10=205 (27% of max value = 765). Red value is 172 (67.58% from 255 or 83.90% from 205); Green value is 23 (9.38% from 255 or 11.22% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 172 - color contains mainly: red. Hex color #AC170A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC170A is #53E8F5. Grayscale: #424242. Windows color (decimal): -5499126 or 661420. OLE color: 661420.

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

Color convert

RGB 172 23 10 -
CMYK 0 0.87 0.94 0.33
HSL 4.81º 0.89% 0.36% -
HSV(B) 4.81º 0.94% 0.67% -
XYZ 17.37 9.41 1.19 -
YUV 66.07 96.36 203.56 -
System Red Green Blue C M Y K H S L
Decimal 172 23 10 0 0.87 0.94 0.33 4.81 0.89 0.36
Hex AC 17 A 0 57 5E 21 5 59 24
Octal 254 27 12 0 127 136 41 5 131 44
Binary 10101100 10111 1010 0 1010111 1011110 100001 101 1011001 100100

Color Harmonies of #AC170A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC170A

Black with #AC170A

Text Example


Text Example

White with #AC170A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC170A; }

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

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

background-color css

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

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

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

border-color css

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

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

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