Shades of Rust #C23802
Tints of Rust #C23802
RGB
CMYK
RGB Variations
Color information
#C23802 (or 0xC23802) is known color: Rust. HEX triplet: C2, 38 and 02. RGB value is (194,56,2). Sum of RGB (Red+Green+Blue) = 194+56+2=252 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.98% from 252); Green value is 56 (22.27% from 255 or 22.22% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 194 - color contains mainly: red. Hex color #C23802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23802 is #3DC7FD. Grayscale: #5B5B5B. Windows color (decimal): -4048894 or 145602. OLE color: 145602.
HSL color Cylindrical-coordinate representation of color #C23802: hue angle of 16.88º 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 #C23802 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 56 | 2 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.24 |
| HSL | 16.88º | 0.98% | 0.38% | - |
| HSV(B) | 16.88º | 0.99% | 0.76% | - |
| XYZ | 23.67 | 14.3 | 1.57 | - |
| YUV | 91.11 | 77.72 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 56 | 2 | 0 | 0.71 | 0.99 | 0.24 | 16.88 | 0.98 | 0.38 |
| Hex | C2 | 38 | 2 | 0 | 47 | 63 | 18 | 11 | 62 | 26 |
| Octal | 302 | 70 | 2 | 0 | 107 | 143 | 30 | 21 | 142 | 46 |
| Binary | 11000010 | 111000 | 10 | 0 | 1000111 | 1100011 | 11000 | 10001 | 1100010 | 100110 |
Color Harmonies of #C23802
Complementary color
Monochromatic Colors of #C23802
Black with #C23802
Text Example
Text Example
White with #C23802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23802; }
p { color: rgb(194,56,2); }
H1.HeaderClassName
{
color: #C23802;
}
.AnyTagClassName
{
color: #C23802;
}
</style>
background-color css
<style>
a { background-color: #C23802; }
a { background-color: rgb(194,56,2); }
div.DivClassName
{
background-color: #C23802;
}
.BgClassName
{
background-color: #C23802;
}
</style>
border-color css
<style>
span { border-color: #C23802; }
span { border-color: rgb(194,56,2); }
td.TdClassName
{
border-color: #C23802;
}
.TagClassName
{
border-color: #C23802;
}
</style>