Shades of Rust #C33F0D
Tints of Rust #C33F0D
RGB
CMYK
RGB Variations
Color information
#C33F0D (or 0xC33F0D) is known color: Rust. HEX triplet: C3, 3F and 0D. RGB value is (195,63,13). Sum of RGB (Red+Green+Blue) = 195+63+13=271 (35% of max value = 765). Red value is 195 (76.56% from 255 or 71.96% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 195 - color contains mainly: red. Hex color #C33F0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33F0D is #3CC0F2. Grayscale: #616161. Windows color (decimal): -3981555 or 868291. OLE color: 868291.
HSL color Cylindrical-coordinate representation of color #C33F0D: hue angle of 16.48º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C33F0D is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 63 | 13 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.24 |
| HSL | 16.48º | 0.88% | 0.41% | - |
| HSV(B) | 16.48º | 0.93% | 0.76% | - |
| XYZ | 24.36 | 15.19 | 2.03 | - |
| YUV | 96.77 | 80.73 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 63 | 13 | 0 | 0.68 | 0.93 | 0.24 | 16.48 | 0.88 | 0.41 |
| Hex | C3 | 3F | D | 0 | 44 | 5D | 18 | 10 | 58 | 29 |
| Octal | 303 | 77 | 15 | 0 | 104 | 135 | 30 | 20 | 130 | 51 |
| Binary | 11000011 | 111111 | 1101 | 0 | 1000100 | 1011101 | 11000 | 10000 | 1011000 | 101001 |
Color Harmonies of #C33F0D
Complementary color
Monochromatic Colors of #C33F0D
Black with #C33F0D
Text Example
Text Example
White with #C33F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33F0D; }
p { color: rgb(195,63,13); }
H1.HeaderClassName
{
color: #C33F0D;
}
.AnyTagClassName
{
color: #C33F0D;
}
</style>
background-color css
<style>
a { background-color: #C33F0D; }
a { background-color: rgb(195,63,13); }
div.DivClassName
{
background-color: #C33F0D;
}
.BgClassName
{
background-color: #C33F0D;
}
</style>
border-color css
<style>
span { border-color: #C33F0D; }
span { border-color: rgb(195,63,13); }
td.TdClassName
{
border-color: #C33F0D;
}
.TagClassName
{
border-color: #C33F0D;
}
</style>