#9D3003

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

Shades of Rust #9D3003

Tints of Rust #9D3003

Color information

#9D3003 (or 0x9D3003) is unknown color: approx Rust. HEX triplet: 9D, 30 and 03. RGB value is (157,48,3). Sum of RGB (Red+Green+Blue) = 157+48+3=208 (27% of max value = 765). Red value is 157 (61.72% from 255 or 75.48% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 3 (1.56% from 255 or 1.44% from 208); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D3003 is #62CFFC. Grayscale: #4B4B4B. Windows color (decimal): -6475773 or 209053. OLE color: 209053.

HSL color Cylindrical-coordinate representation of color #9D3003: hue angle of 17.53º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9D3003 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.38.

Color convert

RGB157483-
CMYK00.690.980.38
HSL17.53º96.25%31.37%-
HSV(B)17.53º98.09%61.57%-
XYZ14.989.291.09-
YUV75.4687.11186.16-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 75.48%
GREEN value IS 48 (19.14% from 255) = 23.08%
BLUE value IS 3 (1.56% from 255) = 1.44%
R=75.48%
G=23.08%
B=1.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.98
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15748300.690.980.3817.5396.2531.37
Hex9D303045622612601f
Octal2356030105142462214037
Binary100111011100001101000101110001010011010010110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D3003; }

 p { color: rgb(157,48,3); }

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

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

 a { background-color: rgb(157,48,3); }

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

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

 span { border-color: rgb(157,48,3); }

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