Shades of Rust #C84101
Tints of Rust #C84101
RGB
CMYK
RGB Variations
Color information
#C84101 (or 0xC84101) is known color: Rust. HEX triplet: C8, 41 and 01. RGB value is (200,65,1). Sum of RGB (Red+Green+Blue) = 200+65+1=266 (35% of max value = 765). Red value is 200 (78.52% from 255 or 75.19% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 1 (0.78% from 255 or 0.38% from 266); Max value from RGB is 200 - color contains mainly: red. Hex color #C84101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84101 is #37BEFE. Grayscale: #626262. Windows color (decimal): -3653375 or 82376. OLE color: 82376.
HSL color Cylindrical-coordinate representation of color #C84101: hue angle of 19.3º 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 #C84101 is Cyan = 0, Magento = 0.68, Yellow = 1.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 65 | 1 | - |
| CMYK | 0 | 0.68 | 1.00 | 0.22 |
| HSL | 19.3º | 0.99% | 0.39% | - |
| HSV(B) | 19.3º | 1% | 0.78% | - |
| XYZ | 25.72 | 16.06 | 1.77 | - |
| YUV | 98.07 | 73.23 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 65 | 1 | 0 | 0.68 | 1.00 | 0.22 | 19.3 | 0.99 | 0.39 |
| Hex | C8 | 41 | 1 | 0 | 44 | 64 | 16 | 13 | 63 | 27 |
| Octal | 310 | 101 | 1 | 0 | 104 | 144 | 26 | 23 | 143 | 47 |
| Binary | 11001000 | 1000001 | 1 | 0 | 1000100 | 1100100 | 10110 | 10011 | 1100011 | 100111 |
Color Harmonies of #C84101
Complementary color
Monochromatic Colors of #C84101
Black with #C84101
Text Example
Text Example
White with #C84101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84101; }
p { color: rgb(200,65,1); }
H1.HeaderClassName
{
color: #C84101;
}
.AnyTagClassName
{
color: #C84101;
}
</style>
background-color css
<style>
a { background-color: #C84101; }
a { background-color: rgb(200,65,1); }
div.DivClassName
{
background-color: #C84101;
}
.BgClassName
{
background-color: #C84101;
}
</style>
border-color css
<style>
span { border-color: #C84101; }
span { border-color: rgb(200,65,1); }
td.TdClassName
{
border-color: #C84101;
}
.TagClassName
{
border-color: #C84101;
}
</style>