Shades of Rust #C23902
Tints of Rust #C23902
RGB
CMYK
RGB Variations
Color information
#C23902 (or 0xC23902) is known color: Rust. HEX triplet: C2, 39 and 02. RGB value is (194,57,2). Sum of RGB (Red+Green+Blue) = 194+57+2=253 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.68% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 194 - color contains mainly: red. Hex color #C23902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23902 is #3DC6FD. Grayscale: #5C5C5C. Windows color (decimal): -4048638 or 145858. OLE color: 145858.
HSL color Cylindrical-coordinate representation of color #C23902: hue angle of 17.19º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C23902 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 57 | 2 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.24 |
| HSL | 17.19º | 0.98% | 0.38% | - |
| HSV(B) | 17.19º | 0.99% | 0.76% | - |
| XYZ | 23.72 | 14.4 | 1.59 | - |
| YUV | 91.69 | 77.39 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 57 | 2 | 0 | 0.71 | 0.99 | 0.24 | 17.19 | 0.98 | 0.38 |
| Hex | C2 | 39 | 2 | 0 | 47 | 63 | 18 | 11 | 62 | 26 |
| Octal | 302 | 71 | 2 | 0 | 107 | 143 | 30 | 21 | 142 | 46 |
| Binary | 11000010 | 111001 | 10 | 0 | 1000111 | 1100011 | 11000 | 10001 | 1100010 | 100110 |
Color Harmonies of #C23902
Complementary color
Monochromatic Colors of #C23902
Black with #C23902
Text Example
Text Example
White with #C23902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23902; }
p { color: rgb(194,57,2); }
H1.HeaderClassName
{
color: #C23902;
}
.AnyTagClassName
{
color: #C23902;
}
</style>
background-color css
<style>
a { background-color: #C23902; }
a { background-color: rgb(194,57,2); }
div.DivClassName
{
background-color: #C23902;
}
.BgClassName
{
background-color: #C23902;
}
</style>
border-color css
<style>
span { border-color: #C23902; }
span { border-color: rgb(194,57,2); }
td.TdClassName
{
border-color: #C23902;
}
.TagClassName
{
border-color: #C23902;
}
</style>