Shades of Rust #C84209
Tints of Rust #C84209
RGB
CMYK
RGB Variations
Color information
#C84209 (or 0xC84209) is known color: Rust. HEX triplet: C8, 42 and 09. RGB value is (200,66,9). Sum of RGB (Red+Green+Blue) = 200+66+9=275 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.73% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 9 (3.91% from 255 or 3.27% from 275); Max value from RGB is 200 - color contains mainly: red. Hex color #C84209 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84209 is #37BDF6. Grayscale: #636363. Windows color (decimal): -3653111 or 606920. OLE color: 606920.
HSL color Cylindrical-coordinate representation of color #C84209: hue angle of 17.91º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C84209 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 66 | 9 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.22 |
| HSL | 17.91º | 0.91% | 0.41% | - |
| HSV(B) | 17.91º | 0.96% | 0.78% | - |
| XYZ | 25.82 | 16.2 | 2.02 | - |
| YUV | 99.57 | 76.89 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 66 | 9 | 0 | 0.67 | 0.96 | 0.22 | 17.91 | 0.91 | 0.41 |
| Hex | C8 | 42 | 9 | 0 | 43 | 60 | 16 | 12 | 5B | 29 |
| Octal | 310 | 102 | 11 | 0 | 103 | 140 | 26 | 22 | 133 | 51 |
| Binary | 11001000 | 1000010 | 1001 | 0 | 1000011 | 1100000 | 10110 | 10010 | 1011011 | 101001 |
Color Harmonies of #C84209
Complementary color
Monochromatic Colors of #C84209
Black with #C84209
Text Example
Text Example
White with #C84209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84209; }
p { color: rgb(200,66,9); }
H1.HeaderClassName
{
color: #C84209;
}
.AnyTagClassName
{
color: #C84209;
}
</style>
background-color css
<style>
a { background-color: #C84209; }
a { background-color: rgb(200,66,9); }
div.DivClassName
{
background-color: #C84209;
}
.BgClassName
{
background-color: #C84209;
}
</style>
border-color css
<style>
span { border-color: #C84209; }
span { border-color: rgb(200,66,9); }
td.TdClassName
{
border-color: #C84209;
}
.TagClassName
{
border-color: #C84209;
}
</style>