#A62F0E

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

Shades of Rust #A62F0E

Tints of Rust #A62F0E

Color information

#A62F0E (or 0xA62F0E) is unknown color: approx Rust. HEX triplet: A6, 2F and 0E. RGB value is (166,47,14). Sum of RGB (Red+Green+Blue) = 166+47+14=227 (30% of max value = 765). Red value is 166 (65.23% from 255 or 73.13% from 227); Green value is 47 (18.75% from 255 or 20.70% from 227); Blue value is 14 (5.86% from 255 or 6.17% from 227); Max value from RGB is 166 - color contains mainly: red. Hex color #A62F0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62F0E is #59D0F1. Grayscale: #4F4F4F. Windows color (decimal): -5886194 or 929702. OLE color: 929702.

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

Color convert

RGB1664714-
CMYK00.720.920.35
HSL13.03º84.44%35.29%-
HSV(B)13.03º91.57%65.1%-
XYZ16.8210.171.49-
YUV78.8291.42190.18-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 73.13%
GREEN value IS 47 (18.75% from 255) = 20.70%
BLUE value IS 14 (5.86% from 255) = 6.17%
R=73.13%
G=20.70%
B=6.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166471400.720.920.3513.0384.4435.29
HexA62FE0485C23d5423
Octal24657160110134431512443
Binary10100110101111111001001000101110010001111011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62F0E; }

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

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

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

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

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

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

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

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