Shades of Rust #C23801
Tints of Rust #C23801
RGB
CMYK
RGB Variations
Color information
#C23801 (or 0xC23801) is known color: Rust. HEX triplet: C2, 38 and 01. RGB value is (194,56,1). Sum of RGB (Red+Green+Blue) = 194+56+1=251 (33% of max value = 765). Red value is 194 (76.17% from 255 or 77.29% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 194 - color contains mainly: red. Hex color #C23801 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23801 is #3DC7FE. Grayscale: #5B5B5B. Windows color (decimal): -4048895 or 80066. OLE color: 80066.
HSL color Cylindrical-coordinate representation of color #C23801: hue angle of 17.1º degrees, saturation: 0.99, 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 #C23801 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 56 | 1 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.24 |
| HSL | 17.1º | 0.99% | 0.38% | - |
| HSV(B) | 17.1º | 0.99% | 0.76% | - |
| XYZ | 23.67 | 14.3 | 1.54 | - |
| YUV | 90.99 | 77.22 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 56 | 1 | 0 | 0.71 | 0.99 | 0.24 | 17.1 | 0.99 | 0.38 |
| Hex | C2 | 38 | 1 | 0 | 47 | 63 | 18 | 11 | 63 | 26 |
| Octal | 302 | 70 | 1 | 0 | 107 | 143 | 30 | 21 | 143 | 46 |
| Binary | 11000010 | 111000 | 1 | 0 | 1000111 | 1100011 | 11000 | 10001 | 1100011 | 100110 |
Color Harmonies of #C23801
Complementary color
Monochromatic Colors of #C23801
Black with #C23801
Text Example
Text Example
White with #C23801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23801; }
p { color: rgb(194,56,1); }
H1.HeaderClassName
{
color: #C23801;
}
.AnyTagClassName
{
color: #C23801;
}
</style>
background-color css
<style>
a { background-color: #C23801; }
a { background-color: rgb(194,56,1); }
div.DivClassName
{
background-color: #C23801;
}
.BgClassName
{
background-color: #C23801;
}
</style>
border-color css
<style>
span { border-color: #C23801; }
span { border-color: rgb(194,56,1); }
td.TdClassName
{
border-color: #C23801;
}
.TagClassName
{
border-color: #C23801;
}
</style>