Shades of Rust #C63A01
Tints of Rust #C63A01
RGB
CMYK
RGB Variations
Color information
#C63A01 (or 0xC63A01) is known color: Rust. HEX triplet: C6, 3A and 01. RGB value is (198,58,1). Sum of RGB (Red+Green+Blue) = 198+58+1=257 (34% of max value = 765). Red value is 198 (77.73% from 255 or 77.04% from 257); Green value is 58 (23.05% from 255 or 22.57% from 257); Blue value is 1 (0.78% from 255 or 0.39% from 257); Max value from RGB is 198 - color contains mainly: red. Hex color #C63A01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63A01 is #39C5FE. Grayscale: #5D5D5D. Windows color (decimal): -3786239 or 80582. OLE color: 80582.
HSL color Cylindrical-coordinate representation of color #C63A01: hue angle of 17.36º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C63A01 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 58 | 1 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.22 |
| HSL | 17.36º | 0.99% | 0.39% | - |
| HSV(B) | 17.36º | 0.99% | 0.78% | - |
| XYZ | 24.81 | 15.03 | 1.62 | - |
| YUV | 93.36 | 75.88 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 58 | 1 | 0 | 0.71 | 0.99 | 0.22 | 17.36 | 0.99 | 0.39 |
| Hex | C6 | 3A | 1 | 0 | 47 | 63 | 16 | 11 | 63 | 27 |
| Octal | 306 | 72 | 1 | 0 | 107 | 143 | 26 | 21 | 143 | 47 |
| Binary | 11000110 | 111010 | 1 | 0 | 1000111 | 1100011 | 10110 | 10001 | 1100011 | 100111 |
Color Harmonies of #C63A01
Complementary color
Monochromatic Colors of #C63A01
Black with #C63A01
Text Example
Text Example
White with #C63A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63A01; }
p { color: rgb(198,58,1); }
H1.HeaderClassName
{
color: #C63A01;
}
.AnyTagClassName
{
color: #C63A01;
}
</style>
background-color css
<style>
a { background-color: #C63A01; }
a { background-color: rgb(198,58,1); }
div.DivClassName
{
background-color: #C63A01;
}
.BgClassName
{
background-color: #C63A01;
}
</style>
border-color css
<style>
span { border-color: #C63A01; }
span { border-color: rgb(198,58,1); }
td.TdClassName
{
border-color: #C63A01;
}
.TagClassName
{
border-color: #C63A01;
}
</style>