Shades of Rust #C33A00
Tints of Rust #C33A00
RGB
CMYK
RGB Variations
Color information
#C33A00 (or 0xC33A00) is known color: Rust. HEX triplet: C3, 3A and 00. RGB value is (195,58,0). Sum of RGB (Red+Green+Blue) = 195+58+0=253 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.08% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33A00 is #3CC5FF. Grayscale: #5C5C5C. Windows color (decimal): -3982848 or 15043. OLE color: 15043.
HSL color Cylindrical-coordinate representation of color #C33A00: hue angle of 17.85º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C33A00 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 58 | 0 | - |
| CMYK | 0 | 0.70 | 1 | 0.24 |
| HSL | 17.85º | 1% | 0.38% | - |
| HSV(B) | 17.85º | 1% | 0.76% | - |
| XYZ | 24.02 | 14.63 | 1.56 | - |
| YUV | 92.35 | 75.89 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 58 | 0 | 0 | 0.70 | 1 | 0.24 | 17.85 | 1 | 0.38 |
| Hex | C3 | 3A | 0 | 0 | 46 | 64 | 18 | 12 | 64 | 26 |
| Octal | 303 | 72 | 0 | 0 | 106 | 144 | 30 | 22 | 144 | 46 |
| Binary | 11000011 | 111010 | 0 | 0 | 1000110 | 1100100 | 11000 | 10010 | 1100100 | 100110 |
Color Harmonies of #C33A00
Complementary color
Monochromatic Colors of #C33A00
Black with #C33A00
Text Example
Text Example
White with #C33A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33A00; }
p { color: rgb(195,58,0); }
H1.HeaderClassName
{
color: #C33A00;
}
.AnyTagClassName
{
color: #C33A00;
}
</style>
background-color css
<style>
a { background-color: #C33A00; }
a { background-color: rgb(195,58,0); }
div.DivClassName
{
background-color: #C33A00;
}
.BgClassName
{
background-color: #C33A00;
}
</style>
border-color css
<style>
span { border-color: #C33A00; }
span { border-color: rgb(195,58,0); }
td.TdClassName
{
border-color: #C33A00;
}
.TagClassName
{
border-color: #C33A00;
}
</style>