#A03807

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

Shades of Rust #A03807

Tints of Rust #A03807

Color information

#A03807 (or 0xA03807) is unknown color: approx Rust. HEX triplet: A0, 38 and 07. RGB value is (160,56,7). Sum of RGB (Red+Green+Blue) = 160+56+7=223 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.75% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 7 (3.12% from 255 or 3.14% from 223); Max value from RGB is 160 - color contains mainly: red. Hex color #A03807 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03807 is #5FC7F8. Grayscale: #515151. Windows color (decimal): -6277113 or 473248. OLE color: 473248.

HSL color Cylindrical-coordinate representation of color #A03807: hue angle of 19.22º 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 #A03807 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB160567-
CMYK00.650.960.37
HSL19.22º91.62%32.75%-
HSV(B)19.22º95.63%62.75%-
XYZ15.9510.321.35-
YUV81.5185.96183.98-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 71.75%
GREEN value IS 56 (22.27% from 255) = 25.11%
BLUE value IS 7 (3.12% from 255) = 3.14%
R=71.75%
G=25.11%
B=3.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16056700.650.960.3719.2291.6232.75
HexA03870416025135c21
Octal2407070101140452313441
Binary10100000111000111010000011100000100101100111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03807; }

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

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

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

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

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

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

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

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