Shades of Rust #9B2800
Tints of Rust #9B2800
RGB
CMYK
RGB Variations
Color information
#9B2800 (or 0x9B2800) is known color: Rust. HEX triplet: 9B, 28 and 00. RGB value is (155,40,0). Sum of RGB (Red+Green+Blue) = 155+40+0=195 (25% of max value = 765). Red value is 155 (60.94% from 255 or 79.49% from 195); Green value is 40 (16.02% from 255 or 20.51% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2800 is #64D7FF. Grayscale: #464646. Windows color (decimal): -6608896 or 10395. OLE color: 10395.
HSL color Cylindrical-coordinate representation of color #9B2800: hue angle of 15.48º 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 #9B2800 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 40 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.39 |
| HSL | 15.48º | 1% | 0.3% | - |
| HSV(B) | 15.48º | 1% | 0.61% | - |
| XYZ | 14.28 | 8.49 | 0.89 | - |
| YUV | 69.83 | 88.6 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 40 | 0 | 0 | 0.74 | 1 | 0.39 | 15.48 | 1 | 0.3 |
| Hex | 9B | 28 | 0 | 0 | 4A | 64 | 27 | F | 64 | 1E |
| Octal | 233 | 50 | 0 | 0 | 112 | 144 | 47 | 17 | 144 | 36 |
| Binary | 10011011 | 101000 | 0 | 0 | 1001010 | 1100100 | 100111 | 1111 | 1100100 | 11110 |
Color Harmonies of #9B2800
Complementary color
Monochromatic Colors of #9B2800
Black with #9B2800
Text Example
Text Example
White with #9B2800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2800; }
p { color: rgb(155,40,0); }
H1.HeaderClassName
{
color: #9B2800;
}
.AnyTagClassName
{
color: #9B2800;
}
</style>
background-color css
<style>
a { background-color: #9B2800; }
a { background-color: rgb(155,40,0); }
div.DivClassName
{
background-color: #9B2800;
}
.BgClassName
{
background-color: #9B2800;
}
</style>
border-color css
<style>
span { border-color: #9B2800; }
span { border-color: rgb(155,40,0); }
td.TdClassName
{
border-color: #9B2800;
}
.TagClassName
{
border-color: #9B2800;
}
</style>