Shades of Rust #C23901
Tints of Rust #C23901
RGB
CMYK
RGB Variations
Color information
#C23901 (or 0xC23901) is known color: Rust. HEX triplet: C2, 39 and 01. RGB value is (194,57,1). Sum of RGB (Red+Green+Blue) = 194+57+1=252 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.98% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 1 (0.78% from 255 or 0.40% from 252); Max value from RGB is 194 - color contains mainly: red. Hex color #C23901 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23901 is #3DC6FE. Grayscale: #5B5B5B. Windows color (decimal): -4048639 or 80322. OLE color: 80322.
HSL color Cylindrical-coordinate representation of color #C23901: hue angle of 17.41º 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 #C23901 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 57 | 1 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.24 |
| HSL | 17.41º | 0.99% | 0.38% | - |
| HSV(B) | 17.41º | 0.99% | 0.76% | - |
| XYZ | 23.72 | 14.4 | 1.56 | - |
| YUV | 91.58 | 76.89 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 57 | 1 | 0 | 0.71 | 0.99 | 0.24 | 17.41 | 0.99 | 0.38 |
| Hex | C2 | 39 | 1 | 0 | 47 | 63 | 18 | 11 | 63 | 26 |
| Octal | 302 | 71 | 1 | 0 | 107 | 143 | 30 | 21 | 143 | 46 |
| Binary | 11000010 | 111001 | 1 | 0 | 1000111 | 1100011 | 11000 | 10001 | 1100011 | 100110 |
Color Harmonies of #C23901
Complementary color
Monochromatic Colors of #C23901
Black with #C23901
Text Example
Text Example
White with #C23901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23901; }
p { color: rgb(194,57,1); }
H1.HeaderClassName
{
color: #C23901;
}
.AnyTagClassName
{
color: #C23901;
}
</style>
background-color css
<style>
a { background-color: #C23901; }
a { background-color: rgb(194,57,1); }
div.DivClassName
{
background-color: #C23901;
}
.BgClassName
{
background-color: #C23901;
}
</style>
border-color css
<style>
span { border-color: #C23901; }
span { border-color: rgb(194,57,1); }
td.TdClassName
{
border-color: #C23901;
}
.TagClassName
{
border-color: #C23901;
}
</style>