Shades of Rust #C33D0A
Tints of Rust #C33D0A
RGB
CMYK
RGB Variations
Color information
#C33D0A (or 0xC33D0A) is known color: Rust. HEX triplet: C3, 3D and 0A. RGB value is (195,61,10). Sum of RGB (Red+Green+Blue) = 195+61+10=266 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.31% from 266); Green value is 61 (24.22% from 255 or 22.93% from 266); Blue value is 10 (4.30% from 255 or 3.76% from 266); Max value from RGB is 195 - color contains mainly: red. Hex color #C33D0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33D0A is #3CC2F5. Grayscale: #5F5F5F. Windows color (decimal): -3982070 or 671171. OLE color: 671171.
HSL color Cylindrical-coordinate representation of color #C33D0A: hue angle of 16.54º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C33D0A is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 61 | 10 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.24 |
| HSL | 16.54º | 0.9% | 0.4% | - |
| HSV(B) | 16.54º | 0.95% | 0.76% | - |
| XYZ | 24.23 | 14.96 | 1.9 | - |
| YUV | 95.25 | 79.89 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 61 | 10 | 0 | 0.69 | 0.95 | 0.24 | 16.54 | 0.9 | 0.4 |
| Hex | C3 | 3D | A | 0 | 45 | 5F | 18 | 11 | 5A | 28 |
| Octal | 303 | 75 | 12 | 0 | 105 | 137 | 30 | 21 | 132 | 50 |
| Binary | 11000011 | 111101 | 1010 | 0 | 1000101 | 1011111 | 11000 | 10001 | 1011010 | 101000 |
Color Harmonies of #C33D0A
Complementary color
Monochromatic Colors of #C33D0A
Black with #C33D0A
Text Example
Text Example
White with #C33D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33D0A; }
p { color: rgb(195,61,10); }
H1.HeaderClassName
{
color: #C33D0A;
}
.AnyTagClassName
{
color: #C33D0A;
}
</style>
background-color css
<style>
a { background-color: #C33D0A; }
a { background-color: rgb(195,61,10); }
div.DivClassName
{
background-color: #C33D0A;
}
.BgClassName
{
background-color: #C33D0A;
}
</style>
border-color css
<style>
span { border-color: #C33D0A; }
span { border-color: rgb(195,61,10); }
td.TdClassName
{
border-color: #C33D0A;
}
.TagClassName
{
border-color: #C33D0A;
}
</style>