Shades of Rust #C33D00
Tints of Rust #C33D00
RGB
CMYK
RGB Variations
Color information
#C33D00 (or 0xC33D00) is known color: Rust. HEX triplet: C3, 3D and 00. RGB value is (195,61,0). Sum of RGB (Red+Green+Blue) = 195+61+0=256 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.17% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 195 - color contains mainly: red. Hex color #C33D00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33D00 is #3CC2FF. Grayscale: #5E5E5E. Windows color (decimal): -3982080 or 15811. OLE color: 15811.
HSL color Cylindrical-coordinate representation of color #C33D00: hue angle of 18.77º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C33D00 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 61 | 0 | - |
| CMYK | 0 | 0.69 | 1 | 0.24 |
| HSL | 18.77º | 1% | 0.38% | - |
| HSV(B) | 18.77º | 1% | 0.76% | - |
| XYZ | 24.17 | 14.94 | 1.61 | - |
| YUV | 94.11 | 74.89 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 61 | 0 | 0 | 0.69 | 1 | 0.24 | 18.77 | 1 | 0.38 |
| Hex | C3 | 3D | 0 | 0 | 45 | 64 | 18 | 13 | 64 | 26 |
| Octal | 303 | 75 | 0 | 0 | 105 | 144 | 30 | 23 | 144 | 46 |
| Binary | 11000011 | 111101 | 0 | 0 | 1000101 | 1100100 | 11000 | 10011 | 1100100 | 100110 |
Color Harmonies of #C33D00
Complementary color
Monochromatic Colors of #C33D00
Black with #C33D00
Text Example
Text Example
White with #C33D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33D00; }
p { color: rgb(195,61,0); }
H1.HeaderClassName
{
color: #C33D00;
}
.AnyTagClassName
{
color: #C33D00;
}
</style>
background-color css
<style>
a { background-color: #C33D00; }
a { background-color: rgb(195,61,0); }
div.DivClassName
{
background-color: #C33D00;
}
.BgClassName
{
background-color: #C33D00;
}
</style>
border-color css
<style>
span { border-color: #C33D00; }
span { border-color: rgb(195,61,0); }
td.TdClassName
{
border-color: #C33D00;
}
.TagClassName
{
border-color: #C33D00;
}
</style>