Shades of Rust #C33D01
Tints of Rust #C33D01
RGB
CMYK
RGB Variations
Color information
#C33D01 (or 0xC33D01) is known color: Rust. HEX triplet: C3, 3D and 01. RGB value is (195,61,1). Sum of RGB (Red+Green+Blue) = 195+61+1=257 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.88% from 257); Green value is 61 (24.22% from 255 or 23.74% from 257); Blue value is 1 (0.78% from 255 or 0.39% from 257); Max value from RGB is 195 - color contains mainly: red. Hex color #C33D01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33D01 is #3CC2FE. Grayscale: #5E5E5E. Windows color (decimal): -3982079 or 81347. OLE color: 81347.
HSL color Cylindrical-coordinate representation of color #C33D01: hue angle of 18.56º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C33D01 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 61 | 1 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.24 |
| HSL | 18.56º | 0.99% | 0.38% | - |
| HSV(B) | 18.56º | 0.99% | 0.76% | - |
| XYZ | 24.18 | 14.94 | 1.64 | - |
| YUV | 94.23 | 75.39 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 61 | 1 | 0 | 0.69 | 0.99 | 0.24 | 18.56 | 0.99 | 0.38 |
| Hex | C3 | 3D | 1 | 0 | 45 | 63 | 18 | 13 | 63 | 26 |
| Octal | 303 | 75 | 1 | 0 | 105 | 143 | 30 | 23 | 143 | 46 |
| Binary | 11000011 | 111101 | 1 | 0 | 1000101 | 1100011 | 11000 | 10011 | 1100011 | 100110 |
Color Harmonies of #C33D01
Complementary color
Monochromatic Colors of #C33D01
Black with #C33D01
Text Example
Text Example
White with #C33D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33D01; }
p { color: rgb(195,61,1); }
H1.HeaderClassName
{
color: #C33D01;
}
.AnyTagClassName
{
color: #C33D01;
}
</style>
background-color css
<style>
a { background-color: #C33D01; }
a { background-color: rgb(195,61,1); }
div.DivClassName
{
background-color: #C33D01;
}
.BgClassName
{
background-color: #C33D01;
}
</style>
border-color css
<style>
span { border-color: #C33D01; }
span { border-color: rgb(195,61,1); }
td.TdClassName
{
border-color: #C33D01;
}
.TagClassName
{
border-color: #C33D01;
}
</style>