Shades of Rust #C2430B
Tints of Rust #C2430B
RGB
CMYK
RGB Variations
Color information
#C2430B (or 0xC2430B) is known color: Rust. HEX triplet: C2, 43 and 0B. RGB value is (194,67,11). Sum of RGB (Red+Green+Blue) = 194+67+11=272 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.32% from 272); Green value is 67 (26.56% from 255 or 24.63% from 272); Blue value is 11 (4.69% from 255 or 4.04% from 272); Max value from RGB is 194 - color contains mainly: red. Hex color #C2430B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2430B is #3DBCF4. Grayscale: #626262. Windows color (decimal): -4046069 or 738242. OLE color: 738242.
HSL color Cylindrical-coordinate representation of color #C2430B: hue angle of 18.36º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2430B is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 67 | 11 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.24 |
| HSL | 18.36º | 0.89% | 0.4% | - |
| HSV(B) | 18.36º | 0.94% | 0.76% | - |
| XYZ | 24.32 | 15.51 | 2.03 | - |
| YUV | 98.59 | 78.58 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 67 | 11 | 0 | 0.65 | 0.94 | 0.24 | 18.36 | 0.89 | 0.4 |
| Hex | C2 | 43 | B | 0 | 41 | 5E | 18 | 12 | 59 | 28 |
| Octal | 302 | 103 | 13 | 0 | 101 | 136 | 30 | 22 | 131 | 50 |
| Binary | 11000010 | 1000011 | 1011 | 0 | 1000001 | 1011110 | 11000 | 10010 | 1011001 | 101000 |
Color Harmonies of #C2430B
Complementary color
Monochromatic Colors of #C2430B
Black with #C2430B
Text Example
Text Example
White with #C2430B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2430B; }
p { color: rgb(194,67,11); }
H1.HeaderClassName
{
color: #C2430B;
}
.AnyTagClassName
{
color: #C2430B;
}
</style>
background-color css
<style>
a { background-color: #C2430B; }
a { background-color: rgb(194,67,11); }
div.DivClassName
{
background-color: #C2430B;
}
.BgClassName
{
background-color: #C2430B;
}
</style>
border-color css
<style>
span { border-color: #C2430B; }
span { border-color: rgb(194,67,11); }
td.TdClassName
{
border-color: #C2430B;
}
.TagClassName
{
border-color: #C2430B;
}
</style>