Shades of Rust #C3430F
Tints of Rust #C3430F
RGB
CMYK
RGB Variations
Color information
#C3430F (or 0xC3430F) is known color: Rust. HEX triplet: C3, 43 and 0F. RGB value is (195,67,15). Sum of RGB (Red+Green+Blue) = 195+67+15=277 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.40% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 15 (6.25% from 255 or 5.42% from 277); Max value from RGB is 195 - color contains mainly: red. Hex color #C3430F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3430F is #3CBCF0. Grayscale: #636363. Windows color (decimal): -3980529 or 1000387. OLE color: 1000387.
HSL color Cylindrical-coordinate representation of color #C3430F: hue angle of 17.33º 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 #C3430F is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 67 | 15 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.24 |
| HSL | 17.33º | 0.86% | 0.41% | - |
| HSV(B) | 17.33º | 0.92% | 0.76% | - |
| XYZ | 24.6 | 15.65 | 2.18 | - |
| YUV | 99.34 | 80.41 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 67 | 15 | 0 | 0.66 | 0.92 | 0.24 | 17.33 | 0.86 | 0.41 |
| Hex | C3 | 43 | F | 0 | 42 | 5C | 18 | 11 | 56 | 29 |
| Octal | 303 | 103 | 17 | 0 | 102 | 134 | 30 | 21 | 126 | 51 |
| Binary | 11000011 | 1000011 | 1111 | 0 | 1000010 | 1011100 | 11000 | 10001 | 1010110 | 101001 |
Color Harmonies of #C3430F
Complementary color
Monochromatic Colors of #C3430F
Black with #C3430F
Text Example
Text Example
White with #C3430F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3430F; }
p { color: rgb(195,67,15); }
H1.HeaderClassName
{
color: #C3430F;
}
.AnyTagClassName
{
color: #C3430F;
}
</style>
background-color css
<style>
a { background-color: #C3430F; }
a { background-color: rgb(195,67,15); }
div.DivClassName
{
background-color: #C3430F;
}
.BgClassName
{
background-color: #C3430F;
}
</style>
border-color css
<style>
span { border-color: #C3430F; }
span { border-color: rgb(195,67,15); }
td.TdClassName
{
border-color: #C3430F;
}
.TagClassName
{
border-color: #C3430F;
}
</style>