Shades of Rust #9C2500
Tints of Rust #9C2500
RGB
CMYK
RGB Variations
Color information
#9C2500 (or 0x9C2500) is known color: Rust. HEX triplet: 9C, 25 and 00. RGB value is (156,37,0). Sum of RGB (Red+Green+Blue) = 156+37+0=193 (25% of max value = 765). Red value is 156 (61.33% from 255 or 80.83% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2500 is #63DAFF. Grayscale: #444444. Windows color (decimal): -6544128 or 9628. OLE color: 9628.
HSL color Cylindrical-coordinate representation of color #9C2500: hue angle of 14.23º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9C2500 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 37 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.39 |
| HSL | 14.23º | 1% | 0.31% | - |
| HSV(B) | 14.23º | 1% | 0.61% | - |
| XYZ | 14.37 | 8.39 | 0.86 | - |
| YUV | 68.36 | 89.42 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 37 | 0 | 0 | 0.76 | 1 | 0.39 | 14.23 | 1 | 0.31 |
| Hex | 9C | 25 | 0 | 0 | 4C | 64 | 27 | E | 64 | 1F |
| Octal | 234 | 45 | 0 | 0 | 114 | 144 | 47 | 16 | 144 | 37 |
| Binary | 10011100 | 100101 | 0 | 0 | 1001100 | 1100100 | 100111 | 1110 | 1100100 | 11111 |
Color Harmonies of #9C2500
Complementary color
Monochromatic Colors of #9C2500
Black with #9C2500
Text Example
Text Example
White with #9C2500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2500; }
p { color: rgb(156,37,0); }
H1.HeaderClassName
{
color: #9C2500;
}
.AnyTagClassName
{
color: #9C2500;
}
</style>
background-color css
<style>
a { background-color: #9C2500; }
a { background-color: rgb(156,37,0); }
div.DivClassName
{
background-color: #9C2500;
}
.BgClassName
{
background-color: #9C2500;
}
</style>
border-color css
<style>
span { border-color: #9C2500; }
span { border-color: rgb(156,37,0); }
td.TdClassName
{
border-color: #9C2500;
}
.TagClassName
{
border-color: #9C2500;
}
</style>