Shades of Rust #C84308
Tints of Rust #C84308
RGB
CMYK
RGB Variations
Color information
#C84308 (or 0xC84308) is known color: Rust. HEX triplet: C8, 43 and 08. RGB value is (200,67,8). Sum of RGB (Red+Green+Blue) = 200+67+8=275 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.73% from 275); Green value is 67 (26.56% from 255 or 24.36% from 275); Blue value is 8 (3.52% from 255 or 2.91% from 275); Max value from RGB is 200 - color contains mainly: red. Hex color #C84308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84308 is #37BCF7. Grayscale: #646464. Windows color (decimal): -3652856 or 541640. OLE color: 541640.
HSL color Cylindrical-coordinate representation of color #C84308: hue angle of 18.44º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C84308 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 67 | 8 | - |
| CMYK | 0 | 0.66 | 0.96 | 0.22 |
| HSL | 18.44º | 0.92% | 0.41% | - |
| HSV(B) | 18.44º | 0.96% | 0.78% | - |
| XYZ | 25.87 | 16.31 | 2.01 | - |
| YUV | 100.04 | 76.06 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 67 | 8 | 0 | 0.66 | 0.96 | 0.22 | 18.44 | 0.92 | 0.41 |
| Hex | C8 | 43 | 8 | 0 | 42 | 60 | 16 | 12 | 5C | 29 |
| Octal | 310 | 103 | 10 | 0 | 102 | 140 | 26 | 22 | 134 | 51 |
| Binary | 11001000 | 1000011 | 1000 | 0 | 1000010 | 1100000 | 10110 | 10010 | 1011100 | 101001 |
Color Harmonies of #C84308
Complementary color
Monochromatic Colors of #C84308
Black with #C84308
Text Example
Text Example
White with #C84308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84308; }
p { color: rgb(200,67,8); }
H1.HeaderClassName
{
color: #C84308;
}
.AnyTagClassName
{
color: #C84308;
}
</style>
background-color css
<style>
a { background-color: #C84308; }
a { background-color: rgb(200,67,8); }
div.DivClassName
{
background-color: #C84308;
}
.BgClassName
{
background-color: #C84308;
}
</style>
border-color css
<style>
span { border-color: #C84308; }
span { border-color: rgb(200,67,8); }
td.TdClassName
{
border-color: #C84308;
}
.TagClassName
{
border-color: #C84308;
}
</style>