Html Css Color HEX #A6180C Fire Brick

📋 copy color: '#A6180C'

red 166 ◦ green 24 ◦ blue 12

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

Shades of Fire Brick #A6180C

Tints of Fire Brick #A6180C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.94%

R = 82.18%
G = 11.88%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A6180C (or 0xA6180C) is known color: Fire Brick. HEX triplet: A6, 18 and 0C. RGB value is (166,24,12). Sum of RGB (Red+Green+Blue) = 166+24+12=202 (26% of max value = 765). Red value is 166 (65.23% from 255 or 82.18% from 202); Green value is 24 (9.77% from 255 or 11.88% from 202); Blue value is 12 (5.08% from 255 or 5.94% from 202); Max value from RGB is 166 - color contains mainly: red. Hex color #A6180C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A6180C is #59E7F3. Grayscale: #414141. Windows color (decimal): -5892084 or 792742. OLE color: 792742.

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

Color convert

RGB 166 24 12 -
CMYK 0 0.86 0.93 0.35
HSL 4.68º 0.87% 0.35% -
HSV(B) 4.68º 0.93% 0.65% -
XYZ 16.12 8.79 1.19 -
YUV 65.09 98.04 199.98 -
System Red Green Blue C M Y K H S L
Decimal 166 24 12 0 0.86 0.93 0.35 4.68 0.87 0.35
Hex A6 18 C 0 56 5D 23 5 57 23
Octal 246 30 14 0 126 135 43 5 127 43
Binary 10100110 11000 1100 0 1010110 1011101 100011 101 1010111 100011

Color Harmonies of #A6180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6180C

Black with #A6180C

Text Example


Text Example

White with #A6180C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6180C; }

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

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

background-color css

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

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

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

border-color css

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

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

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