Shades of Rust #9B2601
Tints of Rust #9B2601
RGB
CMYK
RGB Variations
Color information
#9B2601 (or 0x9B2601) is known color: Rust. HEX triplet: 9B, 26 and 01. RGB value is (155,38,1). Sum of RGB (Red+Green+Blue) = 155+38+1=194 (25% of max value = 765). Red value is 155 (60.94% from 255 or 79.90% from 194); Green value is 38 (15.23% from 255 or 19.59% from 194); Blue value is 1 (0.78% from 255 or 0.52% from 194); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2601 is #64D9FE. Grayscale: #454545. Windows color (decimal): -6609407 or 75419. OLE color: 75419.
HSL color Cylindrical-coordinate representation of color #9B2601: hue angle of 14.42º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B2601 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 38 | 1 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.39 |
| HSL | 14.42º | 0.99% | 0.31% | - |
| HSV(B) | 14.42º | 0.99% | 0.61% | - |
| XYZ | 14.22 | 8.36 | 0.89 | - |
| YUV | 68.77 | 89.76 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 38 | 1 | 0 | 0.75 | 0.99 | 0.39 | 14.42 | 0.99 | 0.31 |
| Hex | 9B | 26 | 1 | 0 | 4B | 63 | 27 | E | 63 | 1F |
| Octal | 233 | 46 | 1 | 0 | 113 | 143 | 47 | 16 | 143 | 37 |
| Binary | 10011011 | 100110 | 1 | 0 | 1001011 | 1100011 | 100111 | 1110 | 1100011 | 11111 |
Color Harmonies of #9B2601
Complementary color
Monochromatic Colors of #9B2601
Black with #9B2601
Text Example
Text Example
White with #9B2601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2601; }
p { color: rgb(155,38,1); }
H1.HeaderClassName
{
color: #9B2601;
}
.AnyTagClassName
{
color: #9B2601;
}
</style>
background-color css
<style>
a { background-color: #9B2601; }
a { background-color: rgb(155,38,1); }
div.DivClassName
{
background-color: #9B2601;
}
.BgClassName
{
background-color: #9B2601;
}
</style>
border-color css
<style>
span { border-color: #9B2601; }
span { border-color: rgb(155,38,1); }
td.TdClassName
{
border-color: #9B2601;
}
.TagClassName
{
border-color: #9B2601;
}
</style>