Shades of Rust #C84A0F
Tints of Rust #C84A0F
RGB
CMYK
RGB Variations
Color information
#C84A0F (or 0xC84A0F) is known color: Rust. HEX triplet: C8, 4A and 0F. RGB value is (200,74,15). Sum of RGB (Red+Green+Blue) = 200+74+15=289 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.20% from 289); Green value is 74 (29.30% from 255 or 25.61% from 289); Blue value is 15 (6.25% from 255 or 5.19% from 289); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84A0F is #37B5F0. Grayscale: #696969. Windows color (decimal): -3651057 or 1002184. OLE color: 1002184.
HSL color Cylindrical-coordinate representation of color #C84A0F: hue angle of 19.14º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C84A0F is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 74 | 15 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.22 |
| HSL | 19.14º | 0.86% | 0.42% | - |
| HSV(B) | 19.14º | 0.93% | 0.78% | - |
| XYZ | 26.35 | 17.21 | 2.39 | - |
| YUV | 104.95 | 77.24 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 15 | 0 | 0.63 | 0.92 | 0.22 | 19.14 | 0.86 | 0.42 |
| Hex | C8 | 4A | F | 0 | 3F | 5C | 16 | 13 | 56 | 2A |
| Octal | 310 | 112 | 17 | 0 | 77 | 134 | 26 | 23 | 126 | 52 |
| Binary | 11001000 | 1001010 | 1111 | 0 | 111111 | 1011100 | 10110 | 10011 | 1010110 | 101010 |
Color Harmonies of #C84A0F
Complementary color
Monochromatic Colors of #C84A0F
Black with #C84A0F
Text Example
Text Example
White with #C84A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84A0F; }
p { color: rgb(200,74,15); }
H1.HeaderClassName
{
color: #C84A0F;
}
.AnyTagClassName
{
color: #C84A0F;
}
</style>
background-color css
<style>
a { background-color: #C84A0F; }
a { background-color: rgb(200,74,15); }
div.DivClassName
{
background-color: #C84A0F;
}
.BgClassName
{
background-color: #C84A0F;
}
</style>
border-color css
<style>
span { border-color: #C84A0F; }
span { border-color: rgb(200,74,15); }
td.TdClassName
{
border-color: #C84A0F;
}
.TagClassName
{
border-color: #C84A0F;
}
</style>