Shades of Rust #C84405
Tints of Rust #C84405
RGB
CMYK
RGB Variations
Color information
#C84405 (or 0xC84405) is known color: Rust. HEX triplet: C8, 44 and 05. RGB value is (200,68,5). Sum of RGB (Red+Green+Blue) = 200+68+5=273 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.26% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 5 (2.34% from 255 or 1.83% from 273); Max value from RGB is 200 - color contains mainly: red. Hex color #C84405 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84405 is #37BBFA. Grayscale: #646464. Windows color (decimal): -3652603 or 345288. OLE color: 345288.
HSL color Cylindrical-coordinate representation of color #C84405: hue angle of 19.38º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C84405 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 68 | 5 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.22 |
| HSL | 19.38º | 0.95% | 0.4% | - |
| HSV(B) | 19.38º | 0.98% | 0.78% | - |
| XYZ | 25.91 | 16.42 | 1.95 | - |
| YUV | 100.29 | 74.23 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 5 | 0 | 0.66 | 0.98 | 0.22 | 19.38 | 0.95 | 0.4 |
| Hex | C8 | 44 | 5 | 0 | 42 | 62 | 16 | 13 | 5F | 28 |
| Octal | 310 | 104 | 5 | 0 | 102 | 142 | 26 | 23 | 137 | 50 |
| Binary | 11001000 | 1000100 | 101 | 0 | 1000010 | 1100010 | 10110 | 10011 | 1011111 | 101000 |
Color Harmonies of #C84405
Complementary color
Monochromatic Colors of #C84405
Black with #C84405
Text Example
Text Example
White with #C84405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84405; }
p { color: rgb(200,68,5); }
H1.HeaderClassName
{
color: #C84405;
}
.AnyTagClassName
{
color: #C84405;
}
</style>
background-color css
<style>
a { background-color: #C84405; }
a { background-color: rgb(200,68,5); }
div.DivClassName
{
background-color: #C84405;
}
.BgClassName
{
background-color: #C84405;
}
</style>
border-color css
<style>
span { border-color: #C84405; }
span { border-color: rgb(200,68,5); }
td.TdClassName
{
border-color: #C84405;
}
.TagClassName
{
border-color: #C84405;
}
</style>