#A03707

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

Shades of Rust #A03707

Tints of Rust #A03707

Color information

#A03707 (or 0xA03707) is unknown color: approx Rust. HEX triplet: A0, 37 and 07. RGB value is (160,55,7). Sum of RGB (Red+Green+Blue) = 160+55+7=222 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.07% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 7 (3.12% from 255 or 3.15% from 222); Max value from RGB is 160 - color contains mainly: red. Hex color #A03707 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03707 is #5FC8F8. Grayscale: #515151. Windows color (decimal): -6277369 or 472992. OLE color: 472992.

HSL color Cylindrical-coordinate representation of color #A03707: hue angle of 18.82º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A03707 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB160557-
CMYK00.660.960.37
HSL18.82º91.62%32.75%-
HSV(B)18.82º95.63%62.75%-
XYZ15.910.221.34-
YUV80.9286.29184.4-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 72.07%
GREEN value IS 55 (21.88% from 255) = 24.77%
BLUE value IS 7 (3.12% from 255) = 3.15%
R=72.07%
G=24.77%
B=3.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16055700.660.960.3718.8291.6232.75
HexA03770426025135c21
Octal2406770102140452313441
Binary10100000110111111010000101100000100101100111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03707; }

 p { color: rgb(160,55,7); }

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

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

 a { background-color: rgb(160,55,7); }

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

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

 span { border-color: rgb(160,55,7); }

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