Shades of Rust #C23F03
Tints of Rust #C23F03
RGB
CMYK
RGB Variations
Color information
#C23F03 (or 0xC23F03) is known color: Rust. HEX triplet: C2, 3F and 03. RGB value is (194,63,3). Sum of RGB (Red+Green+Blue) = 194+63+3=260 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.62% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23F03 is #3DC0FC. Grayscale: #5F5F5F. Windows color (decimal): -4047101 or 212930. OLE color: 212930.
HSL color Cylindrical-coordinate representation of color #C23F03: hue angle of 18.85º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C23F03 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 63 | 3 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.24 |
| HSL | 18.85º | 0.97% | 0.39% | - |
| HSV(B) | 18.85º | 0.98% | 0.76% | - |
| XYZ | 24.04 | 15.03 | 1.72 | - |
| YUV | 95.33 | 75.9 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 3 | 0 | 0.68 | 0.98 | 0.24 | 18.85 | 0.97 | 0.39 |
| Hex | C2 | 3F | 3 | 0 | 44 | 62 | 18 | 13 | 61 | 27 |
| Octal | 302 | 77 | 3 | 0 | 104 | 142 | 30 | 23 | 141 | 47 |
| Binary | 11000010 | 111111 | 11 | 0 | 1000100 | 1100010 | 11000 | 10011 | 1100001 | 100111 |
Color Harmonies of #C23F03
Complementary color
Monochromatic Colors of #C23F03
Black with #C23F03
Text Example
Text Example
White with #C23F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23F03; }
p { color: rgb(194,63,3); }
H1.HeaderClassName
{
color: #C23F03;
}
.AnyTagClassName
{
color: #C23F03;
}
</style>
background-color css
<style>
a { background-color: #C23F03; }
a { background-color: rgb(194,63,3); }
div.DivClassName
{
background-color: #C23F03;
}
.BgClassName
{
background-color: #C23F03;
}
</style>
border-color css
<style>
span { border-color: #C23F03; }
span { border-color: rgb(194,63,3); }
td.TdClassName
{
border-color: #C23F03;
}
.TagClassName
{
border-color: #C23F03;
}
</style>