Shades of Rust #C63D00
Tints of Rust #C63D00
RGB
CMYK
RGB Variations
Color information
#C63D00 (or 0xC63D00) is known color: Rust. HEX triplet: C6, 3D and 00. RGB value is (198,61,0). Sum of RGB (Red+Green+Blue) = 198+61+0=259 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.45% from 259); Green value is 61 (24.22% from 255 or 23.55% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 198 - color contains mainly: red. Hex color #C63D00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63D00 is #39C2FF. Grayscale: #5F5F5F. Windows color (decimal): -3785472 or 15814. OLE color: 15814.
HSL color Cylindrical-coordinate representation of color #C63D00: hue angle of 18.48º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C63D00 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 61 | 0 | - |
| CMYK | 0 | 0.69 | 1 | 0.22 |
| HSL | 18.48º | 1% | 0.39% | - |
| HSV(B) | 18.48º | 1% | 0.78% | - |
| XYZ | 24.96 | 15.34 | 1.65 | - |
| YUV | 95.01 | 74.39 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 61 | 0 | 0 | 0.69 | 1 | 0.22 | 18.48 | 1 | 0.39 |
| Hex | C6 | 3D | 0 | 0 | 45 | 64 | 16 | 12 | 64 | 27 |
| Octal | 306 | 75 | 0 | 0 | 105 | 144 | 26 | 22 | 144 | 47 |
| Binary | 11000110 | 111101 | 0 | 0 | 1000101 | 1100100 | 10110 | 10010 | 1100100 | 100111 |
Color Harmonies of #C63D00
Complementary color
Monochromatic Colors of #C63D00
Black with #C63D00
Text Example
Text Example
White with #C63D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63D00; }
p { color: rgb(198,61,0); }
H1.HeaderClassName
{
color: #C63D00;
}
.AnyTagClassName
{
color: #C63D00;
}
</style>
background-color css
<style>
a { background-color: #C63D00; }
a { background-color: rgb(198,61,0); }
div.DivClassName
{
background-color: #C63D00;
}
.BgClassName
{
background-color: #C63D00;
}
</style>
border-color css
<style>
span { border-color: #C63D00; }
span { border-color: rgb(198,61,0); }
td.TdClassName
{
border-color: #C63D00;
}
.TagClassName
{
border-color: #C63D00;
}
</style>