#A82906

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

Shades of Rust #A82906

Tints of Rust #A82906

Color information

#A82906 (or 0xA82906) is unknown color: approx Rust. HEX triplet: A8, 29 and 06. RGB value is (168,41,6). Sum of RGB (Red+Green+Blue) = 168+41+6=215 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.14% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 6 (2.73% from 255 or 2.79% from 215); Max value from RGB is 168 - color contains mainly: red. Hex color #A82906 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82906 is #57D6F9. Grayscale: #4B4B4B. Windows color (decimal): -5756666 or 403880. OLE color: 403880.

HSL color Cylindrical-coordinate representation of color #A82906: hue angle of 12.96º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A82906 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.34.

Color convert

RGB168416-
CMYK00.760.960.34
HSL12.96º93.1%34.12%-
HSV(B)12.96º96.43%65.88%-
XYZ16.979.921.19-
YUV74.9889.08194.35-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 78.14%
GREEN value IS 41 (16.41% from 255) = 19.07%
BLUE value IS 6 (2.73% from 255) = 2.79%
R=78.14%
G=19.07%
B=2.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.96
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16841600.760.960.3412.9693.134.12
HexA829604C6022d5d22
Octal2505160114140421513542
Binary1010100010100111001001100110000010001011011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82906; }

 p { color: rgb(168,41,6); }

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

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

 a { background-color: rgb(168,41,6); }

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

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

 span { border-color: rgb(168,41,6); }

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