#9b2500

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

Shades of Rust #9B2500

Tints of Rust #9B2500

Color information

#9B2500 (or 0x9B2500) is unknown color: approx Rust. HEX triplet: 9B, 25 and 00. RGB value is (155,37,0). Sum of RGB (Red+Green+Blue) = 155+37+0=192 (25% of max value = 765). Red value is 155 (60.94% from 255 or 80.73% from 192); Green value is 37 (14.84% from 255 or 19.27% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2500 is #64DAFF. Grayscale: #444444. Windows color (decimal): -6609664 or 9627. OLE color: 9627.

HSL color Cylindrical-coordinate representation of color #9B2500: hue angle of 14.32º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B2500 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.39.

Color convert

RGB155370-
CMYK00.7610.39
HSL14.32º100%30.39%-
HSV(B)14.32º100%60.78%-
XYZ14.188.290.85-
YUV68.0689.59190.01-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 80.73%
GREEN value IS 37 (14.84% from 255) = 19.27%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.73%
G=19.27%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 1
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15537000.7610.3914.3210030.39
Hex9B25004C6427e641e
Octal2334500114144471614436
Binary1001101110010100100110011001001001111110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b2500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,37,0); }

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

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

 a { background-color: rgb(155,37,0); }

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

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

 span { border-color: rgb(155,37,0); }

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