#A6260A

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

Shades of Fire Brick #A6260A

Tints of Fire Brick #A6260A

Color information

#A6260A (or 0xA6260A) is unknown color: approx Fire Brick. HEX triplet: A6, 26 and 0A. RGB value is (166,38,10). Sum of RGB (Red+Green+Blue) = 166+38+10=214 (28% of max value = 765). Red value is 166 (65.23% from 255 or 77.57% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 10 (4.30% from 255 or 4.67% from 214); Max value from RGB is 166 - color contains mainly: red. Hex color #A6260A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6260A is #59D9F5. Grayscale: #494949. Windows color (decimal): -5888502 or 665254. OLE color: 665254.

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

Color convert

RGB1663810-
CMYK00.770.940.35
HSL10.77º88.64%34.51%-
HSV(B)10.77º93.98%65.1%-
XYZ16.479.521.26-
YUV73.0892.41194.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 77.57%
GREEN value IS 38 (15.23% from 255) = 17.76%
BLUE value IS 10 (4.30% from 255) = 4.67%
R=77.57%
G=17.76%
B=4.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.94
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166381000.770.940.3510.7788.6434.51
HexA626A04D5E23b5923
Octal24646120115136431313143
Binary10100110100110101001001101101111010001110111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6260A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6260A; }

 p { color: rgb(166,38,10); }

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

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

 a { background-color: rgb(166,38,10); }

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

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

 span { border-color: rgb(166,38,10); }

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