Html Css Color HEX #A6120C Fire Brick

📋 copy color: '#A6120C'

red 166 ◦ green 18 ◦ blue 12

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

Shades of Fire Brick #A6120C

Tints of Fire Brick #A6120C

RGB

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

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

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

R = 84.69%
G = 9.18%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A6120C (or 0xA6120C) is known color: Fire Brick. HEX triplet: A6, 12 and 0C. RGB value is (166,18,12). Sum of RGB (Red+Green+Blue) = 166+18+12=196 (25% of max value = 765). Red value is 166 (65.23% from 255 or 84.69% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 12 (5.08% from 255 or 6.12% from 196); Max value from RGB is 166 - color contains mainly: red. Hex color #A6120C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A6120C is #59EDF3. Grayscale: #3D3D3D. Windows color (decimal): -5893620 or 791206. OLE color: 791206.

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

Color convert

RGB 166 18 12 -
CMYK 0 0.89 0.93 0.35
HSL 2.34º 0.87% 0.35% -
HSV(B) 2.34º 0.93% 0.65% -
XYZ 16.01 8.57 1.16 -
YUV 61.57 100.03 202.49 -
System Red Green Blue C M Y K H S L
Decimal 166 18 12 0 0.89 0.93 0.35 2.34 0.87 0.35
Hex A6 12 C 0 59 5D 23 2 57 23
Octal 246 22 14 0 131 135 43 2 127 43
Binary 10100110 10010 1100 0 1011001 1011101 100011 10 1010111 100011

Color Harmonies of #A6120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6120C

Black with #A6120C

Text Example


Text Example

White with #A6120C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6120C; }

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

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

background-color css

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

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

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

border-color css

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

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

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