#9D2907

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

Shades of Rust #9D2907

Tints of Rust #9D2907

Color information

#9D2907 (or 0x9D2907) is unknown color: approx Rust. HEX triplet: 9D, 29 and 07. RGB value is (157,41,7). Sum of RGB (Red+Green+Blue) = 157+41+7=205 (27% of max value = 765). Red value is 157 (61.72% from 255 or 76.59% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 7 (3.12% from 255 or 3.41% from 205); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2907 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D2907 is #62D6F8. Grayscale: #484848. Windows color (decimal): -6477561 or 469405. OLE color: 469405.

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

Color convert

RGB157417-
CMYK00.740.960.38
HSL13.6º91.46%32.16%-
HSV(B)13.6º95.54%61.57%-
XYZ14.748.771.12-
YUV71.8191.43188.76-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 76.59%
GREEN value IS 41 (16.41% from 255) = 20%
BLUE value IS 7 (3.12% from 255) = 3.41%
R=76.59%
G=20%
B=3.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.96
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15741700.740.960.3813.691.4632.16
Hex9D29704A6026e5b20
Octal2355170112140461613340
Binary1001110110100111101001010110000010011011101011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,41,7); }

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

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

 a { background-color: rgb(157,41,7); }

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

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

 span { border-color: rgb(157,41,7); }

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