Shades of Rust #C25318
Tints of Rust #C25318
RGB
CMYK
RGB Variations
Color information
#C25318 (or 0xC25318) is known color: Rust. HEX triplet: C2, 53 and 18. RGB value is (194,83,24). Sum of RGB (Red+Green+Blue) = 194+83+24=301 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.45% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 24 (9.77% from 255 or 7.97% from 301); Max value from RGB is 194 - color contains mainly: red. Hex color #C25318 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25318 is #3DACE7. Grayscale: #6D6D6D. Windows color (decimal): -4041960 or 1594306. OLE color: 1594306.
HSL color Cylindrical-coordinate representation of color #C25318: hue angle of 20.82º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C25318 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 83 | 24 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.24 |
| HSL | 20.82º | 0.78% | 0.43% | - |
| HSV(B) | 20.82º | 0.88% | 0.76% | - |
| XYZ | 25.51 | 17.72 | 2.94 | - |
| YUV | 109.46 | 79.77 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 83 | 24 | 0 | 0.57 | 0.88 | 0.24 | 20.82 | 0.78 | 0.43 |
| Hex | C2 | 53 | 18 | 0 | 39 | 58 | 18 | 15 | 4E | 2B |
| Octal | 302 | 123 | 30 | 0 | 71 | 130 | 30 | 25 | 116 | 53 |
| Binary | 11000010 | 1010011 | 11000 | 0 | 111001 | 1011000 | 11000 | 10101 | 1001110 | 101011 |
Color Harmonies of #C25318
Complementary color
Monochromatic Colors of #C25318
Black with #C25318
Text Example
Text Example
White with #C25318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25318; }
p { color: rgb(194,83,24); }
H1.HeaderClassName
{
color: #C25318;
}
.AnyTagClassName
{
color: #C25318;
}
</style>
background-color css
<style>
a { background-color: #C25318; }
a { background-color: rgb(194,83,24); }
div.DivClassName
{
background-color: #C25318;
}
.BgClassName
{
background-color: #C25318;
}
</style>
border-color css
<style>
span { border-color: #C25318; }
span { border-color: rgb(194,83,24); }
td.TdClassName
{
border-color: #C25318;
}
.TagClassName
{
border-color: #C25318;
}
</style>