Shades of Rust #C33B06
Tints of Rust #C33B06
RGB
CMYK
RGB Variations
Color information
#C33B06 (or 0xC33B06) is known color: Rust. HEX triplet: C3, 3B and 06. RGB value is (195,59,6). Sum of RGB (Red+Green+Blue) = 195+59+6=260 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75% from 260); Green value is 59 (23.44% from 255 or 22.69% from 260); Blue value is 6 (2.73% from 255 or 2.31% from 260); Max value from RGB is 195 - color contains mainly: red. Hex color #C33B06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33B06 is #3CC4F9. Grayscale: #5D5D5D. Windows color (decimal): -3982586 or 408515. OLE color: 408515.
HSL color Cylindrical-coordinate representation of color #C33B06: hue angle of 16.83º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C33B06 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 59 | 6 | - |
| CMYK | 0 | 0.70 | 0.97 | 0.24 |
| HSL | 16.83º | 0.94% | 0.39% | - |
| HSV(B) | 16.83º | 0.97% | 0.76% | - |
| XYZ | 24.1 | 14.74 | 1.75 | - |
| YUV | 93.62 | 78.56 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 59 | 6 | 0 | 0.70 | 0.97 | 0.24 | 16.83 | 0.94 | 0.39 |
| Hex | C3 | 3B | 6 | 0 | 46 | 61 | 18 | 11 | 5E | 27 |
| Octal | 303 | 73 | 6 | 0 | 106 | 141 | 30 | 21 | 136 | 47 |
| Binary | 11000011 | 111011 | 110 | 0 | 1000110 | 1100001 | 11000 | 10001 | 1011110 | 100111 |
Color Harmonies of #C33B06
Complementary color
Monochromatic Colors of #C33B06
Black with #C33B06
Text Example
Text Example
White with #C33B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33B06; }
p { color: rgb(195,59,6); }
H1.HeaderClassName
{
color: #C33B06;
}
.AnyTagClassName
{
color: #C33B06;
}
</style>
background-color css
<style>
a { background-color: #C33B06; }
a { background-color: rgb(195,59,6); }
div.DivClassName
{
background-color: #C33B06;
}
.BgClassName
{
background-color: #C33B06;
}
</style>
border-color css
<style>
span { border-color: #C33B06; }
span { border-color: rgb(195,59,6); }
td.TdClassName
{
border-color: #C33B06;
}
.TagClassName
{
border-color: #C33B06;
}
</style>