#A03815

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

Shades of Rust #A03815

Tints of Rust #A03815

Color information

#A03815 (or 0xA03815) is unknown color: approx Rust. HEX triplet: A0, 38 and 15. RGB value is (160,56,21). Sum of RGB (Red+Green+Blue) = 160+56+21=237 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.51% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 21 (8.59% from 255 or 8.86% from 237); Max value from RGB is 160 - color contains mainly: red. Hex color #A03815 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03815 is #5FC7EA. Grayscale: #535353. Windows color (decimal): -6277099 or 1390752. OLE color: 1390752.

HSL color Cylindrical-coordinate representation of color #A03815: hue angle of 15.11º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A03815 is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.37.

Color convert

RGB1605621-
CMYK00.650.870.37
HSL15.11º76.8%35.49%-
HSV(B)15.11º86.87%62.75%-
XYZ16.0510.361.86-
YUV83.1192.96182.85-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 67.51%
GREEN value IS 56 (22.27% from 255) = 23.63%
BLUE value IS 21 (8.59% from 255) = 8.86%
R=67.51%
G=23.63%
B=8.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.87
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160562100.650.870.3715.1176.835.49
HexA038150415725f4d23
Octal24070250101127451711543
Binary101000001110001010101000001101011110010111111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03815; }

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

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

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

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

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

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

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

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