Shades of Rust #C34B18
Tints of Rust #C34B18
RGB
CMYK
RGB Variations
Color information
#C34B18 (or 0xC34B18) is known color: Rust. HEX triplet: C3, 4B and 18. RGB value is (195,75,24). Sum of RGB (Red+Green+Blue) = 195+75+24=294 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.33% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 24 (9.77% from 255 or 8.16% from 294); Max value from RGB is 195 - color contains mainly: red. Hex color #C34B18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34B18 is #3CB4E7. Grayscale: #696969. Windows color (decimal): -3978472 or 1592259. OLE color: 1592259.
HSL color Cylindrical-coordinate representation of color #C34B18: hue angle of 17.89º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C34B18 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 75 | 24 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.24 |
| HSL | 17.89º | 0.78% | 0.43% | - |
| HSV(B) | 17.89º | 0.88% | 0.76% | - |
| XYZ | 25.19 | 16.7 | 2.76 | - |
| YUV | 105.07 | 82.26 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 75 | 24 | 0 | 0.62 | 0.88 | 0.24 | 17.89 | 0.78 | 0.43 |
| Hex | C3 | 4B | 18 | 0 | 3E | 58 | 18 | 12 | 4E | 2B |
| Octal | 303 | 113 | 30 | 0 | 76 | 130 | 30 | 22 | 116 | 53 |
| Binary | 11000011 | 1001011 | 11000 | 0 | 111110 | 1011000 | 11000 | 10010 | 1001110 | 101011 |
Color Harmonies of #C34B18
Complementary color
Monochromatic Colors of #C34B18
Black with #C34B18
Text Example
Text Example
White with #C34B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34B18; }
p { color: rgb(195,75,24); }
H1.HeaderClassName
{
color: #C34B18;
}
.AnyTagClassName
{
color: #C34B18;
}
</style>
background-color css
<style>
a { background-color: #C34B18; }
a { background-color: rgb(195,75,24); }
div.DivClassName
{
background-color: #C34B18;
}
.BgClassName
{
background-color: #C34B18;
}
</style>
border-color css
<style>
span { border-color: #C34B18; }
span { border-color: rgb(195,75,24); }
td.TdClassName
{
border-color: #C34B18;
}
.TagClassName
{
border-color: #C34B18;
}
</style>