#A6280D

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

Shades of Fire Brick #A6280D

Tints of Fire Brick #A6280D

Color information

#A6280D (or 0xA6280D) is unknown color: approx Fire Brick. HEX triplet: A6, 28 and 0D. RGB value is (166,40,13). Sum of RGB (Red+Green+Blue) = 166+40+13=219 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.80% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 13 (5.47% from 255 or 5.94% from 219); Max value from RGB is 166 - color contains mainly: red. Hex color #A6280D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6280D is #59D7F2. Grayscale: #4A4A4A. Windows color (decimal): -5887987 or 862374. OLE color: 862374.

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

Color convert

RGB1664013-
CMYK00.760.920.35
HSL10.59º85.47%35.1%-
HSV(B)10.59º92.17%65.1%-
XYZ16.569.651.37-
YUV74.693.24193.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 75.80%
GREEN value IS 40 (16.02% from 255) = 18.26%
BLUE value IS 13 (5.47% from 255) = 5.94%
R=75.80%
G=18.26%
B=5.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166401300.760.920.3510.5985.4735.1
HexA628D04C5C23b5523
Octal24650150114134431312543
Binary10100110101000110101001100101110010001110111010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6280D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6280D; }

 p { color: rgb(166,40,13); }

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

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

 a { background-color: rgb(166,40,13); }

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

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

 span { border-color: rgb(166,40,13); }

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