#a03b02

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

Shades of Rust #A03B02

Tints of Rust #A03B02

Color information

#A03B02 (or 0xA03B02) is unknown color: approx Rust. HEX triplet: A0, 3B and 02. RGB value is (160,59,2). Sum of RGB (Red+Green+Blue) = 160+59+2=221 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.40% from 221); Green value is 59 (23.44% from 255 or 26.70% from 221); Blue value is 2 (1.17% from 255 or 0.90% from 221); Max value from RGB is 160 - color contains mainly: red. Hex color #A03B02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03B02 is #5FC4FD. Grayscale: #535353. Windows color (decimal): -6276350 or 146336. OLE color: 146336.

HSL color Cylindrical-coordinate representation of color #A03B02: hue angle of 21.65º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A03B02 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB160592-
CMYK00.630.990.37
HSL21.65º97.53%31.76%-
HSV(B)21.65º98.75%62.75%-
XYZ16.0710.611.26-
YUV82.782.46183.13-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 72.40%
GREEN value IS 59 (23.44% from 255) = 26.70%
BLUE value IS 2 (1.17% from 255) = 0.90%
R=72.40%
G=26.70%
B=0.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.99
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16059200.630.990.3721.6597.5331.76
HexA03B203F6325166220
Octal240732077143452614240
Binary101000001110111001111111100011100101101101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a03b02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a03b02; }

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

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

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

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

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

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

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

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