Shades of Rust #C0430D
Tints of Rust #C0430D
RGB
CMYK
RGB Variations
Color information
#C0430D (or 0xC0430D) is known color: Rust. HEX triplet: C0, 43 and 0D. RGB value is (192,67,13). Sum of RGB (Red+Green+Blue) = 192+67+13=272 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.59% from 272); Green value is 67 (26.56% from 255 or 24.63% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 192 - color contains mainly: red. Hex color #C0430D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0430D is #3FBCF2. Grayscale: #626262. Windows color (decimal): -4177139 or 869312. OLE color: 869312.
HSL color Cylindrical-coordinate representation of color #C0430D: hue angle of 18.1º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0430D is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 67 | 13 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.25 |
| HSL | 18.1º | 0.87% | 0.4% | - |
| HSV(B) | 18.1º | 0.93% | 0.75% | - |
| XYZ | 23.82 | 15.25 | 2.07 | - |
| YUV | 98.22 | 79.91 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 13 | 0 | 0.65 | 0.93 | 0.25 | 18.1 | 0.87 | 0.4 |
| Hex | C0 | 43 | D | 0 | 41 | 5D | 19 | 12 | 57 | 28 |
| Octal | 300 | 103 | 15 | 0 | 101 | 135 | 31 | 22 | 127 | 50 |
| Binary | 11000000 | 1000011 | 1101 | 0 | 1000001 | 1011101 | 11001 | 10010 | 1010111 | 101000 |
Color Harmonies of #C0430D
Complementary color
Monochromatic Colors of #C0430D
Black with #C0430D
Text Example
Text Example
White with #C0430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0430D; }
p { color: rgb(192,67,13); }
H1.HeaderClassName
{
color: #C0430D;
}
.AnyTagClassName
{
color: #C0430D;
}
</style>
background-color css
<style>
a { background-color: #C0430D; }
a { background-color: rgb(192,67,13); }
div.DivClassName
{
background-color: #C0430D;
}
.BgClassName
{
background-color: #C0430D;
}
</style>
border-color css
<style>
span { border-color: #C0430D; }
span { border-color: rgb(192,67,13); }
td.TdClassName
{
border-color: #C0430D;
}
.TagClassName
{
border-color: #C0430D;
}
</style>