Shades of Rust #C33700
Tints of Rust #C33700
RGB
CMYK
RGB Variations
Color information
#C33700 (or 0xC33700) is known color: Rust. HEX triplet: C3, 37 and 00. RGB value is (195,55,0). Sum of RGB (Red+Green+Blue) = 195+55+0=250 (33% of max value = 765). Red value is 195 (76.56% from 255 or 78% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 195 - color contains mainly: red. Hex color #C33700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33700 is #3CC8FF. Grayscale: #5A5A5A. Windows color (decimal): -3983616 or 14275. OLE color: 14275.
HSL color Cylindrical-coordinate representation of color #C33700: hue angle of 16.92º 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 #C33700 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 55 | 0 | - |
| CMYK | 0 | 0.72 | 1 | 0.24 |
| HSL | 16.92º | 1% | 0.38% | - |
| HSV(B) | 16.92º | 1% | 0.76% | - |
| XYZ | 23.87 | 14.33 | 1.51 | - |
| YUV | 90.59 | 76.88 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 55 | 0 | 0 | 0.72 | 1 | 0.24 | 16.92 | 1 | 0.38 |
| Hex | C3 | 37 | 0 | 0 | 48 | 64 | 18 | 11 | 64 | 26 |
| Octal | 303 | 67 | 0 | 0 | 110 | 144 | 30 | 21 | 144 | 46 |
| Binary | 11000011 | 110111 | 0 | 0 | 1001000 | 1100100 | 11000 | 10001 | 1100100 | 100110 |
Color Harmonies of #C33700
Complementary color
Monochromatic Colors of #C33700
Black with #C33700
Text Example
Text Example
White with #C33700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33700; }
p { color: rgb(195,55,0); }
H1.HeaderClassName
{
color: #C33700;
}
.AnyTagClassName
{
color: #C33700;
}
</style>
background-color css
<style>
a { background-color: #C33700; }
a { background-color: rgb(195,55,0); }
div.DivClassName
{
background-color: #C33700;
}
.BgClassName
{
background-color: #C33700;
}
</style>
border-color css
<style>
span { border-color: #C33700; }
span { border-color: rgb(195,55,0); }
td.TdClassName
{
border-color: #C33700;
}
.TagClassName
{
border-color: #C33700;
}
</style>