Html Css Color HEX #A6120D Fire Brick

📋 copy color: '#A6120D'

red 166 ◦ green 18 ◦ blue 13

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

Shades of Fire Brick #A6120D

Tints of Fire Brick #A6120D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.14%

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

R = 84.26%
G = 9.14%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A6120D (or 0xA6120D) is known color: Fire Brick. HEX triplet: A6, 12 and 0D. RGB value is (166,18,13). Sum of RGB (Red+Green+Blue) = 166+18+13=197 (26% of max value = 765). Red value is 166 (65.23% from 255 or 84.26% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 13 (5.47% from 255 or 6.60% from 197); Max value from RGB is 166 - color contains mainly: red. Hex color #A6120D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A6120D is #59EDF2. Grayscale: #3D3D3D. Windows color (decimal): -5893619 or 856742. OLE color: 856742.

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

Color convert

RGB 166 18 13 -
CMYK 0 0.89 0.92 0.35
HSL 1.96º 0.85% 0.35% -
HSV(B) 1.96º 0.92% 0.65% -
XYZ 16.01 8.57 1.19 -
YUV 61.68 100.53 202.41 -
System Red Green Blue C M Y K H S L
Decimal 166 18 13 0 0.89 0.92 0.35 1.96 0.85 0.35
Hex A6 12 D 0 59 5C 23 2 55 23
Octal 246 22 15 0 131 134 43 2 125 43
Binary 10100110 10010 1101 0 1011001 1011100 100011 10 1010101 100011

Color Harmonies of #A6120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6120D

Black with #A6120D

Text Example


Text Example

White with #A6120D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6120D; }

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

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

background-color css

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

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

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

border-color css

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

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

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