Shades of Rust #C23701
Tints of Rust #C23701
RGB
CMYK
RGB Variations
Color information
#C23701 (or 0xC23701) is known color: Rust. HEX triplet: C2, 37 and 01. RGB value is (194,55,1). Sum of RGB (Red+Green+Blue) = 194+55+1=250 (33% of max value = 765). Red value is 194 (76.17% from 255 or 77.6% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 194 - color contains mainly: red. Hex color #C23701 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23701 is #3DC8FE. Grayscale: #5A5A5A. Windows color (decimal): -4049151 or 79810. OLE color: 79810.
HSL color Cylindrical-coordinate representation of color #C23701: hue angle of 16.79º 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 #C23701 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 55 | 1 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.24 |
| HSL | 16.79º | 0.99% | 0.38% | - |
| HSV(B) | 16.79º | 0.99% | 0.76% | - |
| XYZ | 23.62 | 14.2 | 1.53 | - |
| YUV | 90.41 | 77.55 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 55 | 1 | 0 | 0.72 | 0.99 | 0.24 | 16.79 | 0.99 | 0.38 |
| Hex | C2 | 37 | 1 | 0 | 48 | 63 | 18 | 11 | 63 | 26 |
| Octal | 302 | 67 | 1 | 0 | 110 | 143 | 30 | 21 | 143 | 46 |
| Binary | 11000010 | 110111 | 1 | 0 | 1001000 | 1100011 | 11000 | 10001 | 1100011 | 100110 |
Color Harmonies of #C23701
Complementary color
Monochromatic Colors of #C23701
Black with #C23701
Text Example
Text Example
White with #C23701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23701; }
p { color: rgb(194,55,1); }
H1.HeaderClassName
{
color: #C23701;
}
.AnyTagClassName
{
color: #C23701;
}
</style>
background-color css
<style>
a { background-color: #C23701; }
a { background-color: rgb(194,55,1); }
div.DivClassName
{
background-color: #C23701;
}
.BgClassName
{
background-color: #C23701;
}
</style>
border-color css
<style>
span { border-color: #C23701; }
span { border-color: rgb(194,55,1); }
td.TdClassName
{
border-color: #C23701;
}
.TagClassName
{
border-color: #C23701;
}
</style>