Shades of Rust #C4451B
Tints of Rust #C4451B
RGB
CMYK
RGB Variations
Color information
#C4451B (or 0xC4451B) is known color: Rust. HEX triplet: C4, 45 and 1B. RGB value is (196,69,27). Sum of RGB (Red+Green+Blue) = 196+69+27=292 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.12% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 27 (10.94% from 255 or 9.25% from 292); Max value from RGB is 196 - color contains mainly: red. Hex color #C4451B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4451B is #3BBAE4. Grayscale: #666666. Windows color (decimal): -3914469 or 1787332. OLE color: 1787332.
HSL color Cylindrical-coordinate representation of color #C4451B: hue angle of 14.91º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4451B is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 69 | 27 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.23 |
| HSL | 14.91º | 0.76% | 0.44% | - |
| HSV(B) | 14.91º | 0.86% | 0.77% | - |
| XYZ | 25.09 | 16.07 | 2.82 | - |
| YUV | 102.19 | 85.58 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 69 | 27 | 0 | 0.65 | 0.86 | 0.23 | 14.91 | 0.76 | 0.44 |
| Hex | C4 | 45 | 1B | 0 | 41 | 56 | 17 | F | 4C | 2C |
| Octal | 304 | 105 | 33 | 0 | 101 | 126 | 27 | 17 | 114 | 54 |
| Binary | 11000100 | 1000101 | 11011 | 0 | 1000001 | 1010110 | 10111 | 1111 | 1001100 | 101100 |
Color Harmonies of #C4451B
Complementary color
Monochromatic Colors of #C4451B
Black with #C4451B
Text Example
Text Example
White with #C4451B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4451B; }
p { color: rgb(196,69,27); }
H1.HeaderClassName
{
color: #C4451B;
}
.AnyTagClassName
{
color: #C4451B;
}
</style>
background-color css
<style>
a { background-color: #C4451B; }
a { background-color: rgb(196,69,27); }
div.DivClassName
{
background-color: #C4451B;
}
.BgClassName
{
background-color: #C4451B;
}
</style>
border-color css
<style>
span { border-color: #C4451B; }
span { border-color: rgb(196,69,27); }
td.TdClassName
{
border-color: #C4451B;
}
.TagClassName
{
border-color: #C4451B;
}
</style>