Shades of Rust #C33905
Tints of Rust #C33905
RGB
CMYK
RGB Variations
Color information
#C33905 (or 0xC33905) is known color: Rust. HEX triplet: C3, 39 and 05. RGB value is (195,57,5). Sum of RGB (Red+Green+Blue) = 195+57+5=257 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.88% from 257); Green value is 57 (22.66% from 255 or 22.18% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 195 - color contains mainly: red. Hex color #C33905 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33905 is #3CC6FA. Grayscale: #5C5C5C. Windows color (decimal): -3983099 or 342467. OLE color: 342467.
HSL color Cylindrical-coordinate representation of color #C33905: hue angle of 16.42º degrees, saturation: 0.95, 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 #C33905 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 57 | 5 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.24 |
| HSL | 16.42º | 0.95% | 0.39% | - |
| HSV(B) | 16.42º | 0.97% | 0.76% | - |
| XYZ | 24 | 14.54 | 1.69 | - |
| YUV | 92.33 | 78.72 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 57 | 5 | 0 | 0.71 | 0.97 | 0.24 | 16.42 | 0.95 | 0.39 |
| Hex | C3 | 39 | 5 | 0 | 47 | 61 | 18 | 10 | 5F | 27 |
| Octal | 303 | 71 | 5 | 0 | 107 | 141 | 30 | 20 | 137 | 47 |
| Binary | 11000011 | 111001 | 101 | 0 | 1000111 | 1100001 | 11000 | 10000 | 1011111 | 100111 |
Color Harmonies of #C33905
Complementary color
Monochromatic Colors of #C33905
Black with #C33905
Text Example
Text Example
White with #C33905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33905; }
p { color: rgb(195,57,5); }
H1.HeaderClassName
{
color: #C33905;
}
.AnyTagClassName
{
color: #C33905;
}
</style>
background-color css
<style>
a { background-color: #C33905; }
a { background-color: rgb(195,57,5); }
div.DivClassName
{
background-color: #C33905;
}
.BgClassName
{
background-color: #C33905;
}
</style>
border-color css
<style>
span { border-color: #C33905; }
span { border-color: rgb(195,57,5); }
td.TdClassName
{
border-color: #C33905;
}
.TagClassName
{
border-color: #C33905;
}
</style>