Shades of Rust #C23F09
Tints of Rust #C23F09
RGB
CMYK
RGB Variations
Color information
#C23F09 (or 0xC23F09) is known color: Rust. HEX triplet: C2, 3F and 09. RGB value is (194,63,9). Sum of RGB (Red+Green+Blue) = 194+63+9=266 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.93% from 266); Green value is 63 (25% from 255 or 23.68% from 266); Blue value is 9 (3.91% from 255 or 3.38% from 266); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23F09 is #3DC0F6. Grayscale: #606060. Windows color (decimal): -4047095 or 606146. OLE color: 606146.
HSL color Cylindrical-coordinate representation of color #C23F09: hue angle of 17.51º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C23F09 is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 63 | 9 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.24 |
| HSL | 17.51º | 0.91% | 0.4% | - |
| HSV(B) | 17.51º | 0.95% | 0.76% | - |
| XYZ | 24.07 | 15.04 | 1.89 | - |
| YUV | 96.01 | 78.9 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 9 | 0 | 0.68 | 0.95 | 0.24 | 17.51 | 0.91 | 0.4 |
| Hex | C2 | 3F | 9 | 0 | 44 | 5F | 18 | 12 | 5B | 28 |
| Octal | 302 | 77 | 11 | 0 | 104 | 137 | 30 | 22 | 133 | 50 |
| Binary | 11000010 | 111111 | 1001 | 0 | 1000100 | 1011111 | 11000 | 10010 | 1011011 | 101000 |
Color Harmonies of #C23F09
Complementary color
Monochromatic Colors of #C23F09
Black with #C23F09
Text Example
Text Example
White with #C23F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23F09; }
p { color: rgb(194,63,9); }
H1.HeaderClassName
{
color: #C23F09;
}
.AnyTagClassName
{
color: #C23F09;
}
</style>
background-color css
<style>
a { background-color: #C23F09; }
a { background-color: rgb(194,63,9); }
div.DivClassName
{
background-color: #C23F09;
}
.BgClassName
{
background-color: #C23F09;
}
</style>
border-color css
<style>
span { border-color: #C23F09; }
span { border-color: rgb(194,63,9); }
td.TdClassName
{
border-color: #C23F09;
}
.TagClassName
{
border-color: #C23F09;
}
</style>