Shades of Rust #C3450B
Tints of Rust #C3450B
RGB
CMYK
RGB Variations
Color information
#C3450B (or 0xC3450B) is known color: Rust. HEX triplet: C3, 45 and 0B. RGB value is (195,69,11). Sum of RGB (Red+Green+Blue) = 195+69+11=275 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.91% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 195 - color contains mainly: red. Hex color #C3450B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3450B is #3CBAF4. Grayscale: #646464. Windows color (decimal): -3980021 or 738755. OLE color: 738755.
HSL color Cylindrical-coordinate representation of color #C3450B: hue angle of 18.91º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C3450B is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 69 | 11 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.24 |
| HSL | 18.91º | 0.89% | 0.4% | - |
| HSV(B) | 18.91º | 0.94% | 0.76% | - |
| XYZ | 24.69 | 15.88 | 2.08 | - |
| YUV | 100.06 | 77.74 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 69 | 11 | 0 | 0.65 | 0.94 | 0.24 | 18.91 | 0.89 | 0.4 |
| Hex | C3 | 45 | B | 0 | 41 | 5E | 18 | 13 | 59 | 28 |
| Octal | 303 | 105 | 13 | 0 | 101 | 136 | 30 | 23 | 131 | 50 |
| Binary | 11000011 | 1000101 | 1011 | 0 | 1000001 | 1011110 | 11000 | 10011 | 1011001 | 101000 |
Color Harmonies of #C3450B
Complementary color
Monochromatic Colors of #C3450B
Black with #C3450B
Text Example
Text Example
White with #C3450B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3450B; }
p { color: rgb(195,69,11); }
H1.HeaderClassName
{
color: #C3450B;
}
.AnyTagClassName
{
color: #C3450B;
}
</style>
background-color css
<style>
a { background-color: #C3450B; }
a { background-color: rgb(195,69,11); }
div.DivClassName
{
background-color: #C3450B;
}
.BgClassName
{
background-color: #C3450B;
}
</style>
border-color css
<style>
span { border-color: #C3450B; }
span { border-color: rgb(195,69,11); }
td.TdClassName
{
border-color: #C3450B;
}
.TagClassName
{
border-color: #C3450B;
}
</style>