Shades of Rust #C23D05
Tints of Rust #C23D05
RGB
CMYK
RGB Variations
Color information
#C23D05 (or 0xC23D05) is known color: Rust. HEX triplet: C2, 3D and 05. RGB value is (194,61,5). Sum of RGB (Red+Green+Blue) = 194+61+5=260 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.62% from 260); Green value is 61 (24.22% from 255 or 23.46% from 260); Blue value is 5 (2.34% from 255 or 1.92% from 260); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23D05 is #3DC2FA. Grayscale: #5E5E5E. Windows color (decimal): -4047611 or 343490. OLE color: 343490.
HSL color Cylindrical-coordinate representation of color #C23D05: hue angle of 17.78º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C23D05 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 61 | 5 | - |
| CMYK | 0 | 0.69 | 0.97 | 0.24 |
| HSL | 17.78º | 0.95% | 0.39% | - |
| HSV(B) | 17.78º | 0.97% | 0.76% | - |
| XYZ | 23.94 | 14.82 | 1.74 | - |
| YUV | 94.38 | 77.56 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 5 | 0 | 0.69 | 0.97 | 0.24 | 17.78 | 0.95 | 0.39 |
| Hex | C2 | 3D | 5 | 0 | 45 | 61 | 18 | 12 | 5F | 27 |
| Octal | 302 | 75 | 5 | 0 | 105 | 141 | 30 | 22 | 137 | 47 |
| Binary | 11000010 | 111101 | 101 | 0 | 1000101 | 1100001 | 11000 | 10010 | 1011111 | 100111 |
Color Harmonies of #C23D05
Complementary color
Monochromatic Colors of #C23D05
Black with #C23D05
Text Example
Text Example
White with #C23D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23D05; }
p { color: rgb(194,61,5); }
H1.HeaderClassName
{
color: #C23D05;
}
.AnyTagClassName
{
color: #C23D05;
}
</style>
background-color css
<style>
a { background-color: #C23D05; }
a { background-color: rgb(194,61,5); }
div.DivClassName
{
background-color: #C23D05;
}
.BgClassName
{
background-color: #C23D05;
}
</style>
border-color css
<style>
span { border-color: #C23D05; }
span { border-color: rgb(194,61,5); }
td.TdClassName
{
border-color: #C23D05;
}
.TagClassName
{
border-color: #C23D05;
}
</style>