Shades of Rust #C33906
Tints of Rust #C33906
RGB
CMYK
RGB Variations
Color information
#C33906 (or 0xC33906) is known color: Rust. HEX triplet: C3, 39 and 06. RGB value is (195,57,6). Sum of RGB (Red+Green+Blue) = 195+57+6=258 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.58% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 6 (2.73% from 255 or 2.33% from 258); Max value from RGB is 195 - color contains mainly: red. Hex color #C33906 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33906 is #3CC6F9. Grayscale: #5C5C5C. Windows color (decimal): -3983098 or 408003. OLE color: 408003.
HSL color Cylindrical-coordinate representation of color #C33906: hue angle of 16.19º 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 #C33906 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 57 | 6 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.24 |
| HSL | 16.19º | 0.94% | 0.39% | - |
| HSV(B) | 16.19º | 0.97% | 0.76% | - |
| XYZ | 24 | 14.54 | 1.71 | - |
| YUV | 92.45 | 79.22 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 57 | 6 | 0 | 0.71 | 0.97 | 0.24 | 16.19 | 0.94 | 0.39 |
| Hex | C3 | 39 | 6 | 0 | 47 | 61 | 18 | 10 | 5E | 27 |
| Octal | 303 | 71 | 6 | 0 | 107 | 141 | 30 | 20 | 136 | 47 |
| Binary | 11000011 | 111001 | 110 | 0 | 1000111 | 1100001 | 11000 | 10000 | 1011110 | 100111 |
Color Harmonies of #C33906
Complementary color
Monochromatic Colors of #C33906
Black with #C33906
Text Example
Text Example
White with #C33906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33906; }
p { color: rgb(195,57,6); }
H1.HeaderClassName
{
color: #C33906;
}
.AnyTagClassName
{
color: #C33906;
}
</style>
background-color css
<style>
a { background-color: #C33906; }
a { background-color: rgb(195,57,6); }
div.DivClassName
{
background-color: #C33906;
}
.BgClassName
{
background-color: #C33906;
}
</style>
border-color css
<style>
span { border-color: #C33906; }
span { border-color: rgb(195,57,6); }
td.TdClassName
{
border-color: #C33906;
}
.TagClassName
{
border-color: #C33906;
}
</style>