Shades of Rust #9B2500
Tints of Rust #9B2500
RGB
CMYK
RGB Variations
Color information
#9B2500 (or 0x9B2500) is known color: 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
| RGB | 155 | 37 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.39 |
| HSL | 14.32º | 1% | 0.3% | - |
| HSV(B) | 14.32º | 1% | 0.61% | - |
| XYZ | 14.18 | 8.29 | 0.85 | - |
| YUV | 68.06 | 89.59 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 37 | 0 | 0 | 0.76 | 1 | 0.39 | 14.32 | 1 | 0.3 |
| Hex | 9B | 25 | 0 | 0 | 4C | 64 | 27 | E | 64 | 1E |
| Octal | 233 | 45 | 0 | 0 | 114 | 144 | 47 | 16 | 144 | 36 |
| Binary | 10011011 | 100101 | 0 | 0 | 1001100 | 1100100 | 100111 | 1110 | 1100100 | 11110 |
Color Harmonies of #9B2500
Complementary color
Monochromatic Colors of #9B2500
Black with #9B2500
Text Example
Text Example
White with #9B2500
Text Example
Text Example
HTML Codes & Css Web 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>