Shades of Rust #C33F12
Tints of Rust #C33F12
RGB
CMYK
RGB Variations
Color information
#C33F12 (or 0xC33F12) is known color: Rust. HEX triplet: C3, 3F and 12. RGB value is (195,63,18). Sum of RGB (Red+Green+Blue) = 195+63+18=276 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.65% from 276); Green value is 63 (25% from 255 or 22.83% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 195 - color contains mainly: red. Hex color #C33F12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33F12 is #3CC0ED. Grayscale: #616161. Windows color (decimal): -3981550 or 1195971. OLE color: 1195971.
HSL color Cylindrical-coordinate representation of color #C33F12: hue angle of 15.25º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C33F12 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 63 | 18 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.24 |
| HSL | 15.25º | 0.83% | 0.42% | - |
| HSV(B) | 15.25º | 0.91% | 0.76% | - |
| XYZ | 24.39 | 15.2 | 2.22 | - |
| YUV | 97.34 | 83.23 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 63 | 18 | 0 | 0.68 | 0.91 | 0.24 | 15.25 | 0.83 | 0.42 |
| Hex | C3 | 3F | 12 | 0 | 44 | 5B | 18 | F | 53 | 2A |
| Octal | 303 | 77 | 22 | 0 | 104 | 133 | 30 | 17 | 123 | 52 |
| Binary | 11000011 | 111111 | 10010 | 0 | 1000100 | 1011011 | 11000 | 1111 | 1010011 | 101010 |
Color Harmonies of #C33F12
Complementary color
Monochromatic Colors of #C33F12
Black with #C33F12
Text Example
Text Example
White with #C33F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33F12; }
p { color: rgb(195,63,18); }
H1.HeaderClassName
{
color: #C33F12;
}
.AnyTagClassName
{
color: #C33F12;
}
</style>
background-color css
<style>
a { background-color: #C33F12; }
a { background-color: rgb(195,63,18); }
div.DivClassName
{
background-color: #C33F12;
}
.BgClassName
{
background-color: #C33F12;
}
</style>
border-color css
<style>
span { border-color: #C33F12; }
span { border-color: rgb(195,63,18); }
td.TdClassName
{
border-color: #C33F12;
}
.TagClassName
{
border-color: #C33F12;
}
</style>