Shades of Rust #C23F0D
Tints of Rust #C23F0D
RGB
CMYK
RGB Variations
Color information
#C23F0D (or 0xC23F0D) is known color: Rust. HEX triplet: C2, 3F and 0D. RGB value is (194,63,13). Sum of RGB (Red+Green+Blue) = 194+63+13=270 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.85% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23F0D is #3DC0F2. Grayscale: #606060. Windows color (decimal): -4047091 or 868290. OLE color: 868290.
HSL color Cylindrical-coordinate representation of color #C23F0D: hue angle of 16.57º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C23F0D is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 63 | 13 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.24 |
| HSL | 16.57º | 0.87% | 0.41% | - |
| HSV(B) | 16.57º | 0.93% | 0.76% | - |
| XYZ | 24.1 | 15.05 | 2.02 | - |
| YUV | 96.47 | 80.9 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 13 | 0 | 0.68 | 0.93 | 0.24 | 16.57 | 0.87 | 0.41 |
| Hex | C2 | 3F | D | 0 | 44 | 5D | 18 | 11 | 57 | 29 |
| Octal | 302 | 77 | 15 | 0 | 104 | 135 | 30 | 21 | 127 | 51 |
| Binary | 11000010 | 111111 | 1101 | 0 | 1000100 | 1011101 | 11000 | 10001 | 1010111 | 101001 |
Color Harmonies of #C23F0D
Complementary color
Monochromatic Colors of #C23F0D
Black with #C23F0D
Text Example
Text Example
White with #C23F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23F0D; }
p { color: rgb(194,63,13); }
H1.HeaderClassName
{
color: #C23F0D;
}
.AnyTagClassName
{
color: #C23F0D;
}
</style>
background-color css
<style>
a { background-color: #C23F0D; }
a { background-color: rgb(194,63,13); }
div.DivClassName
{
background-color: #C23F0D;
}
.BgClassName
{
background-color: #C23F0D;
}
</style>
border-color css
<style>
span { border-color: #C23F0D; }
span { border-color: rgb(194,63,13); }
td.TdClassName
{
border-color: #C23F0D;
}
.TagClassName
{
border-color: #C23F0D;
}
</style>