#A03B15

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

Shades of Rust #A03B15

Tints of Rust #A03B15

Color information

#A03B15 (or 0xA03B15) is unknown color: approx Rust. HEX triplet: A0, 3B and 15. RGB value is (160,59,21). Sum of RGB (Red+Green+Blue) = 160+59+21=240 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.67% from 240); Green value is 59 (23.44% from 255 or 24.58% from 240); Blue value is 21 (8.59% from 255 or 8.75% from 240); Max value from RGB is 160 - color contains mainly: red. Hex color #A03B15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03B15 is #5FC4EA. Grayscale: #555555. Windows color (decimal): -6276331 or 1391520. OLE color: 1391520.

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

Color convert

RGB1605921-
CMYK00.630.870.37
HSL16.4º76.8%35.49%-
HSV(B)16.4º86.87%62.75%-
XYZ16.210.661.91-
YUV84.8791.96181.59-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 66.67%
GREEN value IS 59 (23.44% from 255) = 24.58%
BLUE value IS 21 (8.59% from 255) = 8.75%
R=66.67%
G=24.58%
B=8.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.87
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160592100.630.870.3716.476.835.49
HexA03B1503F5725104d23
Octal2407325077127452011543
Binary101000001110111010101111111010111100101100001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03B15; }

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

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

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

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

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

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

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

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