Html Css Color HEX #A61210 Fire Brick

📋 copy color: '#A61210'

red 166 ◦ green 18 ◦ blue 16

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

Shades of Fire Brick #A61210

Tints of Fire Brick #A61210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8%

R = 83%
G = 9%
B = 8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A61210 (or 0xA61210) is known color: Fire Brick. HEX triplet: A6, 12 and 10. RGB value is (166,18,16). Sum of RGB (Red+Green+Blue) = 166+18+16=200 (26% of max value = 765). Red value is 166 (65.23% from 255 or 83% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 16 (6.64% from 255 or 8% from 200); Max value from RGB is 166 - color contains mainly: red. Hex color #A61210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61210 is #59EDEF. Grayscale: #3E3E3E. Windows color (decimal): -5893616 or 1053350. OLE color: 1053350.

HSL color Cylindrical-coordinate representation of color #A61210: hue angle of 0.8º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A61210 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 18 16 -
CMYK 0 0.89 0.90 0.35
HSL 0.8º 0.82% 0.36% -
HSV(B) 0.8º 0.9% 0.65% -
XYZ 16.04 8.58 1.3 -
YUV 62.02 102.03 202.16 -
System Red Green Blue C M Y K H S L
Decimal 166 18 16 0 0.89 0.90 0.35 0.8 0.82 0.36
Hex A6 12 10 0 59 5A 23 1 52 24
Octal 246 22 20 0 131 132 43 1 122 44
Binary 10100110 10010 10000 0 1011001 1011010 100011 1 1010010 100100

Color Harmonies of #A61210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61210

Black with #A61210

Text Example


Text Example

White with #A61210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61210; }

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

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

background-color css

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

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

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

border-color css

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

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

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