Shades of Rust #9C2D02
Tints of Rust #9C2D02
RGB
CMYK
RGB Variations
Color information
#9C2D02 (or 0x9C2D02) is known color: Rust. HEX triplet: 9C, 2D and 02. RGB value is (156,45,2). Sum of RGB (Red+Green+Blue) = 156+45+2=203 (26% of max value = 765). Red value is 156 (61.33% from 255 or 76.85% from 203); Green value is 45 (17.97% from 255 or 22.17% from 203); Blue value is 2 (1.17% from 255 or 0.99% from 203); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2D02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2D02 is #63D2FD. Grayscale: #494949. Windows color (decimal): -6542078 or 142748. OLE color: 142748.
HSL color Cylindrical-coordinate representation of color #9C2D02: hue angle of 16.75º degrees, saturation: 0.97, 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 #9C2D02 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 45 | 2 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.39 |
| HSL | 16.75º | 0.97% | 0.31% | - |
| HSV(B) | 16.75º | 0.99% | 0.61% | - |
| XYZ | 14.66 | 8.95 | 1.01 | - |
| YUV | 73.29 | 87.77 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 45 | 2 | 0 | 0.71 | 0.99 | 0.39 | 16.75 | 0.97 | 0.31 |
| Hex | 9C | 2D | 2 | 0 | 47 | 63 | 27 | 11 | 61 | 1F |
| Octal | 234 | 55 | 2 | 0 | 107 | 143 | 47 | 21 | 141 | 37 |
| Binary | 10011100 | 101101 | 10 | 0 | 1000111 | 1100011 | 100111 | 10001 | 1100001 | 11111 |
Color Harmonies of #9C2D02
Complementary color
Monochromatic Colors of #9C2D02
Black with #9C2D02
Text Example
Text Example
White with #9C2D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2D02; }
p { color: rgb(156,45,2); }
H1.HeaderClassName
{
color: #9C2D02;
}
.AnyTagClassName
{
color: #9C2D02;
}
</style>
background-color css
<style>
a { background-color: #9C2D02; }
a { background-color: rgb(156,45,2); }
div.DivClassName
{
background-color: #9C2D02;
}
.BgClassName
{
background-color: #9C2D02;
}
</style>
border-color css
<style>
span { border-color: #9C2D02; }
span { border-color: rgb(156,45,2); }
td.TdClassName
{
border-color: #9C2D02;
}
.TagClassName
{
border-color: #9C2D02;
}
</style>