#A6210C

Color #A6210C Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #A6210C

Tints of Fire Brick #A6210C

Color information

#A6210C (or 0xA6210C) is unknown color: approx Fire Brick. HEX triplet: A6, 21 and 0C. RGB value is (166,33,12). Sum of RGB (Red+Green+Blue) = 166+33+12=211 (27% of max value = 765). Red value is 166 (65.23% from 255 or 78.67% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 166 - color contains mainly: red. Hex color #A6210C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6210C is #59DEF3. Grayscale: #464646. Windows color (decimal): -5889780 or 795046. OLE color: 795046.

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

Color convert

RGB1663312-
CMYK00.800.930.35
HSL8.18º86.52%34.9%-
HSV(B)8.18º92.77%65.1%-
XYZ16.349.221.27-
YUV70.3795.06196.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 78.67%
GREEN value IS 33 (13.28% from 255) = 15.64%
BLUE value IS 12 (5.08% from 255) = 5.69%
R=78.67%
G=15.64%
B=5.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166331200.800.930.358.1886.5234.9
HexA621C0505D2385723
Octal24641140120135431012743
Binary10100110100001110001010000101110110001110001010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6210C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6210C; }

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

 H1.HeaderClassName
 {
   color: #A6210C;
 }
 .AnyTagClassName
 {
   color: #A6210C;
 }
</style>
background-color css

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

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

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

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

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

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