#A6200E

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

Shades of Fire Brick #A6200E

Tints of Fire Brick #A6200E

Color information

#A6200E (or 0xA6200E) is unknown color: approx Fire Brick. HEX triplet: A6, 20 and 0E. RGB value is (166,32,14). Sum of RGB (Red+Green+Blue) = 166+32+14=212 (28% of max value = 765). Red value is 166 (65.23% from 255 or 78.30% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 14 (5.86% from 255 or 6.60% from 212); Max value from RGB is 166 - color contains mainly: red. Hex color #A6200E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6200E is #59DFF1. Grayscale: #464646. Windows color (decimal): -5890034 or 925862. OLE color: 925862.

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

Color convert

RGB1663214-
CMYK00.810.920.35
HSL7.11º84.44%35.29%-
HSV(B)7.11º91.57%65.1%-
XYZ16.329.171.33-
YUV70.0196.39196.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 78.30%
GREEN value IS 32 (12.89% from 255) = 15.09%
BLUE value IS 14 (5.86% from 255) = 6.60%
R=78.30%
G=15.09%
B=6.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166321400.810.920.357.1184.4435.29
HexA620E0515C2375423
Octal2464016012113443712443
Binary1010011010000011100101000110111001000111111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6200E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6200E; }

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

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

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

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

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

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

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

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