Shades of Rust #C3400B
Tints of Rust #C3400B
RGB
CMYK
RGB Variations
Color information
#C3400B (or 0xC3400B) is known color: Rust. HEX triplet: C3, 40 and 0B. RGB value is (195,64,11). Sum of RGB (Red+Green+Blue) = 195+64+11=270 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.22% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 11 (4.69% from 255 or 4.07% from 270); Max value from RGB is 195 - color contains mainly: red. Hex color #C3400B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3400B is #3CBFF4. Grayscale: #616161. Windows color (decimal): -3981301 or 737475. OLE color: 737475.
HSL color Cylindrical-coordinate representation of color #C3400B: hue angle of 17.28º 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 #C3400B is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 64 | 11 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.24 |
| HSL | 17.28º | 0.89% | 0.4% | - |
| HSV(B) | 17.28º | 0.94% | 0.76% | - |
| XYZ | 24.4 | 15.29 | 1.98 | - |
| YUV | 97.13 | 79.4 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 64 | 11 | 0 | 0.67 | 0.94 | 0.24 | 17.28 | 0.89 | 0.4 |
| Hex | C3 | 40 | B | 0 | 43 | 5E | 18 | 11 | 59 | 28 |
| Octal | 303 | 100 | 13 | 0 | 103 | 136 | 30 | 21 | 131 | 50 |
| Binary | 11000011 | 1000000 | 1011 | 0 | 1000011 | 1011110 | 11000 | 10001 | 1011001 | 101000 |
Color Harmonies of #C3400B
Complementary color
Monochromatic Colors of #C3400B
Black with #C3400B
Text Example
Text Example
White with #C3400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3400B; }
p { color: rgb(195,64,11); }
H1.HeaderClassName
{
color: #C3400B;
}
.AnyTagClassName
{
color: #C3400B;
}
</style>
background-color css
<style>
a { background-color: #C3400B; }
a { background-color: rgb(195,64,11); }
div.DivClassName
{
background-color: #C3400B;
}
.BgClassName
{
background-color: #C3400B;
}
</style>
border-color css
<style>
span { border-color: #C3400B; }
span { border-color: rgb(195,64,11); }
td.TdClassName
{
border-color: #C3400B;
}
.TagClassName
{
border-color: #C3400B;
}
</style>