Html Css Color HEX #A6180D Fire Brick

📋 copy color: '#A6180D'

red 166 ◦ green 24 ◦ blue 13

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

Shades of Fire Brick #A6180D

Tints of Fire Brick #A6180D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.4%

R = 81.77%
G = 11.82%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A6180D (or 0xA6180D) is known color: Fire Brick. HEX triplet: A6, 18 and 0D. RGB value is (166,24,13). Sum of RGB (Red+Green+Blue) = 166+24+13=203 (26% of max value = 765). Red value is 166 (65.23% from 255 or 81.77% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 166 - color contains mainly: red. Hex color #A6180D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A6180D is #59E7F2. Grayscale: #414141. Windows color (decimal): -5892083 or 858278. OLE color: 858278.

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

Color convert

RGB 166 24 13 -
CMYK 0 0.86 0.92 0.35
HSL 4.31º 0.85% 0.35% -
HSV(B) 4.31º 0.92% 0.65% -
XYZ 16.13 8.79 1.23 -
YUV 65.2 98.54 199.89 -
System Red Green Blue C M Y K H S L
Decimal 166 24 13 0 0.86 0.92 0.35 4.31 0.85 0.35
Hex A6 18 D 0 56 5C 23 4 55 23
Octal 246 30 15 0 126 134 43 4 125 43
Binary 10100110 11000 1101 0 1010110 1011100 100011 100 1010101 100011

Color Harmonies of #A6180D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6180D

Black with #A6180D

Text Example


Text Example

White with #A6180D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6180D; }

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

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

background-color css

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

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

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

border-color css

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

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

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