Shades of Rust #C23702
Tints of Rust #C23702
RGB
CMYK
RGB Variations
Color information
#C23702 (or 0xC23702) is known color: Rust. HEX triplet: C2, 37 and 02. RGB value is (194,55,2). Sum of RGB (Red+Green+Blue) = 194+55+2=251 (33% of max value = 765). Red value is 194 (76.17% from 255 or 77.29% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 194 - color contains mainly: red. Hex color #C23702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23702 is #3DC8FD. Grayscale: #5A5A5A. Windows color (decimal): -4049150 or 145346. OLE color: 145346.
HSL color Cylindrical-coordinate representation of color #C23702: hue angle of 16.56º 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 #C23702 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 55 | 2 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.24 |
| HSL | 16.56º | 0.98% | 0.38% | - |
| HSV(B) | 16.56º | 0.99% | 0.76% | - |
| XYZ | 23.63 | 14.21 | 1.55 | - |
| YUV | 90.52 | 78.05 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 55 | 2 | 0 | 0.72 | 0.99 | 0.24 | 16.56 | 0.98 | 0.38 |
| Hex | C2 | 37 | 2 | 0 | 48 | 63 | 18 | 11 | 62 | 26 |
| Octal | 302 | 67 | 2 | 0 | 110 | 143 | 30 | 21 | 142 | 46 |
| Binary | 11000010 | 110111 | 10 | 0 | 1001000 | 1100011 | 11000 | 10001 | 1100010 | 100110 |
Color Harmonies of #C23702
Complementary color
Monochromatic Colors of #C23702
Black with #C23702
Text Example
Text Example
White with #C23702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23702; }
p { color: rgb(194,55,2); }
H1.HeaderClassName
{
color: #C23702;
}
.AnyTagClassName
{
color: #C23702;
}
</style>
background-color css
<style>
a { background-color: #C23702; }
a { background-color: rgb(194,55,2); }
div.DivClassName
{
background-color: #C23702;
}
.BgClassName
{
background-color: #C23702;
}
</style>
border-color css
<style>
span { border-color: #C23702; }
span { border-color: rgb(194,55,2); }
td.TdClassName
{
border-color: #C23702;
}
.TagClassName
{
border-color: #C23702;
}
</style>