Shades of Rust #C1430F
Tints of Rust #C1430F
RGB
CMYK
RGB Variations
Color information
#C1430F (or 0xC1430F) is known color: Rust. HEX triplet: C1, 43 and 0F. RGB value is (193,67,15). Sum of RGB (Red+Green+Blue) = 193+67+15=275 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.18% from 275); Green value is 67 (26.56% from 255 or 24.36% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 193 - color contains mainly: red. Hex color #C1430F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1430F is #3EBCF0. Grayscale: #636363. Windows color (decimal): -4111601 or 1000385. OLE color: 1000385.
HSL color Cylindrical-coordinate representation of color #C1430F: hue angle of 17.53º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C1430F is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 67 | 15 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.24 |
| HSL | 17.53º | 0.86% | 0.41% | - |
| HSV(B) | 17.53º | 0.92% | 0.76% | - |
| XYZ | 24.09 | 15.39 | 2.15 | - |
| YUV | 98.75 | 80.74 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 67 | 15 | 0 | 0.65 | 0.92 | 0.24 | 17.53 | 0.86 | 0.41 |
| Hex | C1 | 43 | F | 0 | 41 | 5C | 18 | 12 | 56 | 29 |
| Octal | 301 | 103 | 17 | 0 | 101 | 134 | 30 | 22 | 126 | 51 |
| Binary | 11000001 | 1000011 | 1111 | 0 | 1000001 | 1011100 | 11000 | 10010 | 1010110 | 101001 |
Color Harmonies of #C1430F
Complementary color
Monochromatic Colors of #C1430F
Black with #C1430F
Text Example
Text Example
White with #C1430F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1430F; }
p { color: rgb(193,67,15); }
H1.HeaderClassName
{
color: #C1430F;
}
.AnyTagClassName
{
color: #C1430F;
}
</style>
background-color css
<style>
a { background-color: #C1430F; }
a { background-color: rgb(193,67,15); }
div.DivClassName
{
background-color: #C1430F;
}
.BgClassName
{
background-color: #C1430F;
}
</style>
border-color css
<style>
span { border-color: #C1430F; }
span { border-color: rgb(193,67,15); }
td.TdClassName
{
border-color: #C1430F;
}
.TagClassName
{
border-color: #C1430F;
}
</style>