Shades of Rust #C04B08
Tints of Rust #C04B08
RGB
CMYK
RGB Variations
Color information
#C04B08 (or 0xC04B08) is known color: Rust. HEX triplet: C0, 4B and 08. RGB value is (192,75,8). Sum of RGB (Red+Green+Blue) = 192+75+8=275 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.82% from 275); Green value is 75 (29.69% from 255 or 27.27% from 275); Blue value is 8 (3.52% from 255 or 2.91% from 275); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04B08 is #3FB4F7. Grayscale: #666666. Windows color (decimal): -4175096 or 543680. OLE color: 543680.
HSL color Cylindrical-coordinate representation of color #C04B08: hue angle of 21.85º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C04B08 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 75 | 8 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.25 |
| HSL | 21.85º | 0.92% | 0.39% | - |
| HSV(B) | 21.85º | 0.96% | 0.75% | - |
| XYZ | 24.3 | 16.26 | 2.09 | - |
| YUV | 102.35 | 74.76 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 75 | 8 | 0 | 0.61 | 0.96 | 0.25 | 21.85 | 0.92 | 0.39 |
| Hex | C0 | 4B | 8 | 0 | 3D | 60 | 19 | 16 | 5C | 27 |
| Octal | 300 | 113 | 10 | 0 | 75 | 140 | 31 | 26 | 134 | 47 |
| Binary | 11000000 | 1001011 | 1000 | 0 | 111101 | 1100000 | 11001 | 10110 | 1011100 | 100111 |
Color Harmonies of #C04B08
Complementary color
Monochromatic Colors of #C04B08
Black with #C04B08
Text Example
Text Example
White with #C04B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04B08; }
p { color: rgb(192,75,8); }
H1.HeaderClassName
{
color: #C04B08;
}
.AnyTagClassName
{
color: #C04B08;
}
</style>
background-color css
<style>
a { background-color: #C04B08; }
a { background-color: rgb(192,75,8); }
div.DivClassName
{
background-color: #C04B08;
}
.BgClassName
{
background-color: #C04B08;
}
</style>
border-color css
<style>
span { border-color: #C04B08; }
span { border-color: rgb(192,75,8); }
td.TdClassName
{
border-color: #C04B08;
}
.TagClassName
{
border-color: #C04B08;
}
</style>