#9D3201

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

Shades of Rust #9D3201

Tints of Rust #9D3201

Color information

#9D3201 (or 0x9D3201) is unknown color: approx Rust. HEX triplet: 9D, 32 and 01. RGB value is (157,50,1). Sum of RGB (Red+Green+Blue) = 157+50+1=208 (27% of max value = 765). Red value is 157 (61.72% from 255 or 75.48% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 1 (0.78% from 255 or 0.48% from 208); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D3201 is #62CDFE. Grayscale: #4C4C4C. Windows color (decimal): -6475263 or 78493. OLE color: 78493.

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

Color convert

RGB157501-
CMYK00.680.990.38
HSL18.85º98.73%30.98%-
HSV(B)18.85º99.36%61.57%-
XYZ15.059.451.06-
YUV76.4185.45185.48-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 75.48%
GREEN value IS 50 (19.92% from 255) = 24.04%
BLUE value IS 1 (0.78% from 255) = 0.48%
R=75.48%
G=24.04%
B=0.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15750100.680.990.3818.8598.7330.98
Hex9D321044632613631f
Octal2356210104143462314337
Binary10011101110010101000100110001110011010011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,50,1); }

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

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

 a { background-color: rgb(157,50,1); }

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

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

 span { border-color: rgb(157,50,1); }

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