Shades of Rust #C23F05
Tints of Rust #C23F05
RGB
CMYK
RGB Variations
Color information
#C23F05 (or 0xC23F05) is known color: Rust. HEX triplet: C2, 3F and 05. RGB value is (194,63,5). Sum of RGB (Red+Green+Blue) = 194+63+5=262 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.05% from 262); Green value is 63 (25% from 255 or 24.05% from 262); Blue value is 5 (2.34% from 255 or 1.91% from 262); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23F05 is #3DC0FA. Grayscale: #5F5F5F. Windows color (decimal): -4047099 or 344002. OLE color: 344002.
HSL color Cylindrical-coordinate representation of color #C23F05: hue angle of 18.41º 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 #C23F05 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 63 | 5 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.24 |
| HSL | 18.41º | 0.95% | 0.39% | - |
| HSV(B) | 18.41º | 0.97% | 0.76% | - |
| XYZ | 24.05 | 15.04 | 1.78 | - |
| YUV | 95.56 | 76.9 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 5 | 0 | 0.68 | 0.97 | 0.24 | 18.41 | 0.95 | 0.39 |
| Hex | C2 | 3F | 5 | 0 | 44 | 61 | 18 | 12 | 5F | 27 |
| Octal | 302 | 77 | 5 | 0 | 104 | 141 | 30 | 22 | 137 | 47 |
| Binary | 11000010 | 111111 | 101 | 0 | 1000100 | 1100001 | 11000 | 10010 | 1011111 | 100111 |
Color Harmonies of #C23F05
Complementary color
Monochromatic Colors of #C23F05
Black with #C23F05
Text Example
Text Example
White with #C23F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23F05; }
p { color: rgb(194,63,5); }
H1.HeaderClassName
{
color: #C23F05;
}
.AnyTagClassName
{
color: #C23F05;
}
</style>
background-color css
<style>
a { background-color: #C23F05; }
a { background-color: rgb(194,63,5); }
div.DivClassName
{
background-color: #C23F05;
}
.BgClassName
{
background-color: #C23F05;
}
</style>
border-color css
<style>
span { border-color: #C23F05; }
span { border-color: rgb(194,63,5); }
td.TdClassName
{
border-color: #C23F05;
}
.TagClassName
{
border-color: #C23F05;
}
</style>