Shades of Rust #C24703
Tints of Rust #C24703
RGB
CMYK
RGB Variations
Color information
#C24703 (or 0xC24703) is known color: Rust. HEX triplet: C2, 47 and 03. RGB value is (194,71,3). Sum of RGB (Red+Green+Blue) = 194+71+3=268 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.39% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 3 (1.56% from 255 or 1.12% from 268); Max value from RGB is 194 - color contains mainly: red. Hex color #C24703 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24703 is #3DB8FC. Grayscale: #646464. Windows color (decimal): -4045053 or 214978. OLE color: 214978.
HSL color Cylindrical-coordinate representation of color #C24703: hue angle of 21.36º 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 #C24703 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 71 | 3 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.24 |
| HSL | 21.36º | 0.97% | 0.39% | - |
| HSV(B) | 21.36º | 0.98% | 0.76% | - |
| XYZ | 24.52 | 15.98 | 1.88 | - |
| YUV | 100.03 | 73.25 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 71 | 3 | 0 | 0.63 | 0.98 | 0.24 | 21.36 | 0.97 | 0.39 |
| Hex | C2 | 47 | 3 | 0 | 3F | 62 | 18 | 15 | 61 | 27 |
| Octal | 302 | 107 | 3 | 0 | 77 | 142 | 30 | 25 | 141 | 47 |
| Binary | 11000010 | 1000111 | 11 | 0 | 111111 | 1100010 | 11000 | 10101 | 1100001 | 100111 |
Color Harmonies of #C24703
Complementary color
Monochromatic Colors of #C24703
Black with #C24703
Text Example
Text Example
White with #C24703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24703; }
p { color: rgb(194,71,3); }
H1.HeaderClassName
{
color: #C24703;
}
.AnyTagClassName
{
color: #C24703;
}
</style>
background-color css
<style>
a { background-color: #C24703; }
a { background-color: rgb(194,71,3); }
div.DivClassName
{
background-color: #C24703;
}
.BgClassName
{
background-color: #C24703;
}
</style>
border-color css
<style>
span { border-color: #C24703; }
span { border-color: rgb(194,71,3); }
td.TdClassName
{
border-color: #C24703;
}
.TagClassName
{
border-color: #C24703;
}
</style>