Shades of Rust #C63A00
Tints of Rust #C63A00
RGB
CMYK
RGB Variations
Color information
#C63A00 (or 0xC63A00) is known color: Rust. HEX triplet: C6, 3A and 00. RGB value is (198,58,0). Sum of RGB (Red+Green+Blue) = 198+58+0=256 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.34% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 198 - color contains mainly: red. Hex color #C63A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63A00 is #39C5FF. Grayscale: #5D5D5D. Windows color (decimal): -3786240 or 15046. OLE color: 15046.
HSL color Cylindrical-coordinate representation of color #C63A00: hue angle of 17.58º 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 #C63A00 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 58 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.22 |
| HSL | 17.58º | 1% | 0.39% | - |
| HSV(B) | 17.58º | 1% | 0.78% | - |
| XYZ | 24.8 | 15.03 | 1.59 | - |
| YUV | 93.25 | 75.38 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 58 | 0 | 0 | 0.71 | 1 | 0.22 | 17.58 | 1 | 0.39 |
| Hex | C6 | 3A | 0 | 0 | 47 | 64 | 16 | 12 | 64 | 27 |
| Octal | 306 | 72 | 0 | 0 | 107 | 144 | 26 | 22 | 144 | 47 |
| Binary | 11000110 | 111010 | 0 | 0 | 1000111 | 1100100 | 10110 | 10010 | 1100100 | 100111 |
Color Harmonies of #C63A00
Complementary color
Monochromatic Colors of #C63A00
Black with #C63A00
Text Example
Text Example
White with #C63A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63A00; }
p { color: rgb(198,58,0); }
H1.HeaderClassName
{
color: #C63A00;
}
.AnyTagClassName
{
color: #C63A00;
}
</style>
background-color css
<style>
a { background-color: #C63A00; }
a { background-color: rgb(198,58,0); }
div.DivClassName
{
background-color: #C63A00;
}
.BgClassName
{
background-color: #C63A00;
}
</style>
border-color css
<style>
span { border-color: #C63A00; }
span { border-color: rgb(198,58,0); }
td.TdClassName
{
border-color: #C63A00;
}
.TagClassName
{
border-color: #C63A00;
}
</style>