Shades of Rust #9C2701
Tints of Rust #9C2701
RGB
CMYK
RGB Variations
Color information
#9C2701 (or 0x9C2701) is known color: Rust. HEX triplet: 9C, 27 and 01. RGB value is (156,39,1). Sum of RGB (Red+Green+Blue) = 156+39+1=196 (25% of max value = 765). Red value is 156 (61.33% from 255 or 79.59% from 196); Green value is 39 (15.62% from 255 or 19.90% from 196); Blue value is 1 (0.78% from 255 or 0.51% from 196); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2701 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2701 is #63D8FE. Grayscale: #454545. Windows color (decimal): -6543615 or 75676. OLE color: 75676.
HSL color Cylindrical-coordinate representation of color #9C2701: hue angle of 14.71º 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 #9C2701 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 39 | 1 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.39 |
| HSL | 14.71º | 0.99% | 0.31% | - |
| HSV(B) | 14.71º | 0.99% | 0.61% | - |
| XYZ | 14.44 | 8.52 | 0.91 | - |
| YUV | 69.65 | 89.26 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 39 | 1 | 0 | 0.75 | 0.99 | 0.39 | 14.71 | 0.99 | 0.31 |
| Hex | 9C | 27 | 1 | 0 | 4B | 63 | 27 | F | 63 | 1F |
| Octal | 234 | 47 | 1 | 0 | 113 | 143 | 47 | 17 | 143 | 37 |
| Binary | 10011100 | 100111 | 1 | 0 | 1001011 | 1100011 | 100111 | 1111 | 1100011 | 11111 |
Color Harmonies of #9C2701
Complementary color
Monochromatic Colors of #9C2701
Black with #9C2701
Text Example
Text Example
White with #9C2701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2701; }
p { color: rgb(156,39,1); }
H1.HeaderClassName
{
color: #9C2701;
}
.AnyTagClassName
{
color: #9C2701;
}
</style>
background-color css
<style>
a { background-color: #9C2701; }
a { background-color: rgb(156,39,1); }
div.DivClassName
{
background-color: #9C2701;
}
.BgClassName
{
background-color: #9C2701;
}
</style>
border-color css
<style>
span { border-color: #9C2701; }
span { border-color: rgb(156,39,1); }
td.TdClassName
{
border-color: #9C2701;
}
.TagClassName
{
border-color: #9C2701;
}
</style>