Html Css Color HEX #A6170A Fire Brick

📋 copy color: '#A6170A'

red 166 ◦ green 23 ◦ blue 10

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

Shades of Fire Brick #A6170A

Tints of Fire Brick #A6170A

RGB

 RED value IS 166 (65.23% from 255) = 83.42%

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

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

R = 83.42%
G = 11.56%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#A6170A (or 0xA6170A) is known color: Fire Brick. HEX triplet: A6, 17 and 0A. RGB value is (166,23,10). Sum of RGB (Red+Green+Blue) = 166+23+10=199 (26% of max value = 765). Red value is 166 (65.23% from 255 or 83.42% from 199); Green value is 23 (9.38% from 255 or 11.56% from 199); Blue value is 10 (4.30% from 255 or 5.03% from 199); Max value from RGB is 166 - color contains mainly: red. Hex color #A6170A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A6170A is #59E8F5. Grayscale: #404040. Windows color (decimal): -5892342 or 661414. OLE color: 661414.

HSL color Cylindrical-coordinate representation of color #A6170A: hue angle of 5º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A6170A is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 23 10 -
CMYK 0 0.86 0.94 0.35
HSL 0.89% 0.35% -
HSV(B) 0.94% 0.65% -
XYZ 16.09 8.74 1.13 -
YUV 64.28 97.38 200.56 -
System Red Green Blue C M Y K H S L
Decimal 166 23 10 0 0.86 0.94 0.35 5 0.89 0.35
Hex A6 17 A 0 56 5E 23 5 59 23
Octal 246 27 12 0 126 136 43 5 131 43
Binary 10100110 10111 1010 0 1010110 1011110 100011 101 1011001 100011

Color Harmonies of #A6170A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6170A

Black with #A6170A

Text Example


Text Example

White with #A6170A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6170A; }

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

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

background-color css

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

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

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

border-color css

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

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

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