Shades of Rust #C33A08
Tints of Rust #C33A08
RGB
CMYK
RGB Variations
Color information
#C33A08 (or 0xC33A08) is known color: Rust. HEX triplet: C3, 3A and 08. RGB value is (195,58,8). Sum of RGB (Red+Green+Blue) = 195+58+8=261 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.71% from 261); Green value is 58 (23.05% from 255 or 22.22% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33A08 is #3CC5F7. Grayscale: #5D5D5D. Windows color (decimal): -3982840 or 539331. OLE color: 539331.
HSL color Cylindrical-coordinate representation of color #C33A08: hue angle of 16.04º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C33A08 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 58 | 8 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.24 |
| HSL | 16.04º | 0.92% | 0.4% | - |
| HSV(B) | 16.04º | 0.96% | 0.76% | - |
| XYZ | 24.06 | 14.65 | 1.79 | - |
| YUV | 93.26 | 79.89 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 58 | 8 | 0 | 0.70 | 0.96 | 0.24 | 16.04 | 0.92 | 0.4 |
| Hex | C3 | 3A | 8 | 0 | 46 | 60 | 18 | 10 | 5C | 28 |
| Octal | 303 | 72 | 10 | 0 | 106 | 140 | 30 | 20 | 134 | 50 |
| Binary | 11000011 | 111010 | 1000 | 0 | 1000110 | 1100000 | 11000 | 10000 | 1011100 | 101000 |
Color Harmonies of #C33A08
Complementary color
Monochromatic Colors of #C33A08
Black with #C33A08
Text Example
Text Example
White with #C33A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33A08; }
p { color: rgb(195,58,8); }
H1.HeaderClassName
{
color: #C33A08;
}
.AnyTagClassName
{
color: #C33A08;
}
</style>
background-color css
<style>
a { background-color: #C33A08; }
a { background-color: rgb(195,58,8); }
div.DivClassName
{
background-color: #C33A08;
}
.BgClassName
{
background-color: #C33A08;
}
</style>
border-color css
<style>
span { border-color: #C33A08; }
span { border-color: rgb(195,58,8); }
td.TdClassName
{
border-color: #C33A08;
}
.TagClassName
{
border-color: #C33A08;
}
</style>