#A6210E

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

Shades of Fire Brick #A6210E

Tints of Fire Brick #A6210E

Color information

#A6210E (or 0xA6210E) is unknown color: approx Fire Brick. HEX triplet: A6, 21 and 0E. RGB value is (166,33,14). Sum of RGB (Red+Green+Blue) = 166+33+14=213 (28% of max value = 765). Red value is 166 (65.23% from 255 or 77.93% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 14 (5.86% from 255 or 6.57% from 213); Max value from RGB is 166 - color contains mainly: red. Hex color #A6210E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6210E is #59DEF1. Grayscale: #464646. Windows color (decimal): -5889778 or 926118. OLE color: 926118.

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

Color convert

RGB1663314-
CMYK00.800.920.35
HSL7.5º84.44%35.29%-
HSV(B)7.5º91.57%65.1%-
XYZ16.359.231.33-
YUV70.696.06196.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 77.93%
GREEN value IS 33 (13.28% from 255) = 15.49%
BLUE value IS 14 (5.86% from 255) = 6.57%
R=77.93%
G=15.49%
B=6.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166331400.800.920.357.584.4435.29
HexA621E0505C2385423
Octal24641160120134431012443
Binary10100110100001111001010000101110010001110001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6210E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6210E; }

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

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

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

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

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

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

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

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