#A62D0D

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

Shades of Rust #A62D0D

Tints of Rust #A62D0D

Color information

#A62D0D (or 0xA62D0D) is unknown color: approx Rust. HEX triplet: A6, 2D and 0D. RGB value is (166,45,13). Sum of RGB (Red+Green+Blue) = 166+45+13=224 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.11% from 224); Green value is 45 (17.97% from 255 or 20.09% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 166 - color contains mainly: red. Hex color #A62D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62D0D is #59D2F2. Grayscale: #4D4D4D. Windows color (decimal): -5886707 or 863654. OLE color: 863654.

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

Color convert

RGB1664513-
CMYK00.730.920.35
HSL12.55º85.47%35.1%-
HSV(B)12.55º92.17%65.1%-
XYZ16.7410.011.43-
YUV77.5391.59191.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 74.11%
GREEN value IS 45 (17.97% from 255) = 20.09%
BLUE value IS 13 (5.47% from 255) = 5.80%
R=74.11%
G=20.09%
B=5.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166451300.730.920.3512.5585.4735.1
HexA62DD0495C23d5523
Octal24655150111134431512543
Binary10100110101101110101001001101110010001111011010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62D0D; }

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

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

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

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

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

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

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

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