Shades of Rust #C23D0B
Tints of Rust #C23D0B
RGB
CMYK
RGB Variations
Color information
#C23D0B (or 0xC23D0B) is known color: Rust. HEX triplet: C2, 3D and 0B. RGB value is (194,61,11). Sum of RGB (Red+Green+Blue) = 194+61+11=266 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.93% from 266); Green value is 61 (24.22% from 255 or 22.93% from 266); Blue value is 11 (4.69% from 255 or 4.14% from 266); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23D0B is #3DC2F4. Grayscale: #5F5F5F. Windows color (decimal): -4047605 or 736706. OLE color: 736706.
HSL color Cylindrical-coordinate representation of color #C23D0B: hue angle of 16.39º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C23D0B is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 61 | 11 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.24 |
| HSL | 16.39º | 0.89% | 0.4% | - |
| HSV(B) | 16.39º | 0.94% | 0.76% | - |
| XYZ | 23.98 | 14.83 | 1.92 | - |
| YUV | 95.07 | 80.56 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 11 | 0 | 0.69 | 0.94 | 0.24 | 16.39 | 0.89 | 0.4 |
| Hex | C2 | 3D | B | 0 | 45 | 5E | 18 | 10 | 59 | 28 |
| Octal | 302 | 75 | 13 | 0 | 105 | 136 | 30 | 20 | 131 | 50 |
| Binary | 11000010 | 111101 | 1011 | 0 | 1000101 | 1011110 | 11000 | 10000 | 1011001 | 101000 |
Color Harmonies of #C23D0B
Complementary color
Monochromatic Colors of #C23D0B
Black with #C23D0B
Text Example
Text Example
White with #C23D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23D0B; }
p { color: rgb(194,61,11); }
H1.HeaderClassName
{
color: #C23D0B;
}
.AnyTagClassName
{
color: #C23D0B;
}
</style>
background-color css
<style>
a { background-color: #C23D0B; }
a { background-color: rgb(194,61,11); }
div.DivClassName
{
background-color: #C23D0B;
}
.BgClassName
{
background-color: #C23D0B;
}
</style>
border-color css
<style>
span { border-color: #C23D0B; }
span { border-color: rgb(194,61,11); }
td.TdClassName
{
border-color: #C23D0B;
}
.TagClassName
{
border-color: #C23D0B;
}
</style>