Shades of Rust #C84412
Tints of Rust #C84412
RGB
CMYK
RGB Variations
Color information
#C84412 (or 0xC84412) is known color: Rust. HEX triplet: C8, 44 and 12. RGB value is (200,68,18). Sum of RGB (Red+Green+Blue) = 200+68+18=286 (37% of max value = 765). Red value is 200 (78.52% from 255 or 69.93% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 18 (7.42% from 255 or 6.29% from 286); Max value from RGB is 200 - color contains mainly: red. Hex color #C84412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84412 is #37BBED. Grayscale: #666666. Windows color (decimal): -3652590 or 1197256. OLE color: 1197256.
HSL color Cylindrical-coordinate representation of color #C84412: hue angle of 16.48º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C84412 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 68 | 18 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.22 |
| HSL | 16.48º | 0.83% | 0.43% | - |
| HSV(B) | 16.48º | 0.91% | 0.78% | - |
| XYZ | 26 | 16.46 | 2.38 | - |
| YUV | 101.77 | 80.73 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 18 | 0 | 0.66 | 0.91 | 0.22 | 16.48 | 0.83 | 0.43 |
| Hex | C8 | 44 | 12 | 0 | 42 | 5B | 16 | 10 | 53 | 2B |
| Octal | 310 | 104 | 22 | 0 | 102 | 133 | 26 | 20 | 123 | 53 |
| Binary | 11001000 | 1000100 | 10010 | 0 | 1000010 | 1011011 | 10110 | 10000 | 1010011 | 101011 |
Color Harmonies of #C84412
Complementary color
Monochromatic Colors of #C84412
Black with #C84412
Text Example
Text Example
White with #C84412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84412; }
p { color: rgb(200,68,18); }
H1.HeaderClassName
{
color: #C84412;
}
.AnyTagClassName
{
color: #C84412;
}
</style>
background-color css
<style>
a { background-color: #C84412; }
a { background-color: rgb(200,68,18); }
div.DivClassName
{
background-color: #C84412;
}
.BgClassName
{
background-color: #C84412;
}
</style>
border-color css
<style>
span { border-color: #C84412; }
span { border-color: rgb(200,68,18); }
td.TdClassName
{
border-color: #C84412;
}
.TagClassName
{
border-color: #C84412;
}
</style>