Shades of Rust #C3430A
Tints of Rust #C3430A
RGB
CMYK
RGB Variations
Color information
#C3430A (or 0xC3430A) is known color: Rust. HEX triplet: C3, 43 and 0A. RGB value is (195,67,10). Sum of RGB (Red+Green+Blue) = 195+67+10=272 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.69% from 272); Green value is 67 (26.56% from 255 or 24.63% from 272); Blue value is 10 (4.30% from 255 or 3.68% from 272); Max value from RGB is 195 - color contains mainly: red. Hex color #C3430A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3430A is #3CBCF5. Grayscale: #636363. Windows color (decimal): -3980534 or 672707. OLE color: 672707.
HSL color Cylindrical-coordinate representation of color #C3430A: hue angle of 18.49º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C3430A is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 67 | 10 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.24 |
| HSL | 18.49º | 0.9% | 0.4% | - |
| HSV(B) | 18.49º | 0.95% | 0.76% | - |
| XYZ | 24.57 | 15.64 | 2.01 | - |
| YUV | 98.77 | 77.91 | 196.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 67 | 10 | 0 | 0.66 | 0.95 | 0.24 | 18.49 | 0.9 | 0.4 |
| Hex | C3 | 43 | A | 0 | 42 | 5F | 18 | 12 | 5A | 28 |
| Octal | 303 | 103 | 12 | 0 | 102 | 137 | 30 | 22 | 132 | 50 |
| Binary | 11000011 | 1000011 | 1010 | 0 | 1000010 | 1011111 | 11000 | 10010 | 1011010 | 101000 |
Color Harmonies of #C3430A
Complementary color
Monochromatic Colors of #C3430A
Black with #C3430A
Text Example
Text Example
White with #C3430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3430A; }
p { color: rgb(195,67,10); }
H1.HeaderClassName
{
color: #C3430A;
}
.AnyTagClassName
{
color: #C3430A;
}
</style>
background-color css
<style>
a { background-color: #C3430A; }
a { background-color: rgb(195,67,10); }
div.DivClassName
{
background-color: #C3430A;
}
.BgClassName
{
background-color: #C3430A;
}
</style>
border-color css
<style>
span { border-color: #C3430A; }
span { border-color: rgb(195,67,10); }
td.TdClassName
{
border-color: #C3430A;
}
.TagClassName
{
border-color: #C3430A;
}
</style>