Html Css Color HEX #A6180A Fire Brick

📋 copy color: '#A6180A'

red 166 ◦ green 24 ◦ blue 10

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

Shades of Fire Brick #A6180A

Tints of Fire Brick #A6180A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12%

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

R = 83%
G = 12%
B = 5%

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

#A6180A (or 0xA6180A) is known color: Fire Brick. HEX triplet: A6, 18 and 0A. RGB value is (166,24,10). Sum of RGB (Red+Green+Blue) = 166+24+10=200 (26% of max value = 765). Red value is 166 (65.23% from 255 or 83% from 200); Green value is 24 (9.77% from 255 or 12% from 200); Blue value is 10 (4.30% from 255 or 5% from 200); Max value from RGB is 166 - color contains mainly: red. Hex color #A6180A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A6180A is #59E7F5. Grayscale: #414141. Windows color (decimal): -5892086 or 661670. OLE color: 661670.

HSL color Cylindrical-coordinate representation of color #A6180A: hue angle of 5.38º 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 #A6180A is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 24 10 -
CMYK 0 0.86 0.94 0.35
HSL 5.38º 0.89% 0.35% -
HSV(B) 5.38º 0.94% 0.65% -
XYZ 16.11 8.78 1.13 -
YUV 64.86 97.04 200.14 -
System Red Green Blue C M Y K H S L
Decimal 166 24 10 0 0.86 0.94 0.35 5.38 0.89 0.35
Hex A6 18 A 0 56 5E 23 5 59 23
Octal 246 30 12 0 126 136 43 5 131 43
Binary 10100110 11000 1010 0 1010110 1011110 100011 101 1011001 100011

Color Harmonies of #A6180A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6180A

Black with #A6180A

Text Example


Text Example

White with #A6180A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6180A; }

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

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

background-color css

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

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

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

border-color css

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

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

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