Shades of Rust #C83D01
Tints of Rust #C83D01
RGB
CMYK
RGB Variations
Color information
#C83D01 (or 0xC83D01) is known color: Rust. HEX triplet: C8, 3D and 01. RGB value is (200,61,1). Sum of RGB (Red+Green+Blue) = 200+61+1=262 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.34% from 262); Green value is 61 (24.22% from 255 or 23.28% from 262); Blue value is 1 (0.78% from 255 or 0.38% from 262); Max value from RGB is 200 - color contains mainly: red. Hex color #C83D01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83D01 is #37C2FE. Grayscale: #606060. Windows color (decimal): -3654399 or 81352. OLE color: 81352.
HSL color Cylindrical-coordinate representation of color #C83D01: hue angle of 18.09º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C83D01 is Cyan = 0, Magento = 0.69, Yellow = 1.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 61 | 1 | - |
| CMYK | 0 | 0.69 | 1.00 | 0.22 |
| HSL | 18.09º | 0.99% | 0.39% | - |
| HSV(B) | 18.09º | 1% | 0.78% | - |
| XYZ | 25.49 | 15.62 | 1.7 | - |
| YUV | 95.72 | 74.55 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 61 | 1 | 0 | 0.69 | 1.00 | 0.22 | 18.09 | 0.99 | 0.39 |
| Hex | C8 | 3D | 1 | 0 | 45 | 64 | 16 | 12 | 63 | 27 |
| Octal | 310 | 75 | 1 | 0 | 105 | 144 | 26 | 22 | 143 | 47 |
| Binary | 11001000 | 111101 | 1 | 0 | 1000101 | 1100100 | 10110 | 10010 | 1100011 | 100111 |
Color Harmonies of #C83D01
Complementary color
Monochromatic Colors of #C83D01
Black with #C83D01
Text Example
Text Example
White with #C83D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83D01; }
p { color: rgb(200,61,1); }
H1.HeaderClassName
{
color: #C83D01;
}
.AnyTagClassName
{
color: #C83D01;
}
</style>
background-color css
<style>
a { background-color: #C83D01; }
a { background-color: rgb(200,61,1); }
div.DivClassName
{
background-color: #C83D01;
}
.BgClassName
{
background-color: #C83D01;
}
</style>
border-color css
<style>
span { border-color: #C83D01; }
span { border-color: rgb(200,61,1); }
td.TdClassName
{
border-color: #C83D01;
}
.TagClassName
{
border-color: #C83D01;
}
</style>