Shades of Rust #C0481B
Tints of Rust #C0481B
RGB
CMYK
RGB Variations
Color information
#C0481B (or 0xC0481B) is known color: Rust. HEX triplet: C0, 48 and 1B. RGB value is (192,72,27). Sum of RGB (Red+Green+Blue) = 192+72+27=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 27 (10.94% from 255 or 9.28% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C0481B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0481B is #3FB7E4. Grayscale: #676767. Windows color (decimal): -4175845 or 1788096. OLE color: 1788096.
HSL color Cylindrical-coordinate representation of color #C0481B: hue angle of 16.36º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0481B is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 72 | 27 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.25 |
| HSL | 16.36º | 0.75% | 0.43% | - |
| HSV(B) | 16.36º | 0.86% | 0.75% | - |
| XYZ | 24.25 | 15.92 | 2.83 | - |
| YUV | 102.75 | 85.26 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 27 | 0 | 0.63 | 0.86 | 0.25 | 16.36 | 0.75 | 0.43 |
| Hex | C0 | 48 | 1B | 0 | 3F | 56 | 19 | 10 | 4B | 2B |
| Octal | 300 | 110 | 33 | 0 | 77 | 126 | 31 | 20 | 113 | 53 |
| Binary | 11000000 | 1001000 | 11011 | 0 | 111111 | 1010110 | 11001 | 10000 | 1001011 | 101011 |
Color Harmonies of #C0481B
Complementary color
Monochromatic Colors of #C0481B
Black with #C0481B
Text Example
Text Example
White with #C0481B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0481B; }
p { color: rgb(192,72,27); }
H1.HeaderClassName
{
color: #C0481B;
}
.AnyTagClassName
{
color: #C0481B;
}
</style>
background-color css
<style>
a { background-color: #C0481B; }
a { background-color: rgb(192,72,27); }
div.DivClassName
{
background-color: #C0481B;
}
.BgClassName
{
background-color: #C0481B;
}
</style>
border-color css
<style>
span { border-color: #C0481B; }
span { border-color: rgb(192,72,27); }
td.TdClassName
{
border-color: #C0481B;
}
.TagClassName
{
border-color: #C0481B;
}
</style>