Shades of Rust #C4451A
Tints of Rust #C4451A
RGB
CMYK
RGB Variations
Color information
#C4451A (or 0xC4451A) is known color: Rust. HEX triplet: C4, 45 and 1A. RGB value is (196,69,26). Sum of RGB (Red+Green+Blue) = 196+69+26=291 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.35% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 26 (10.55% from 255 or 8.93% from 291); Max value from RGB is 196 - color contains mainly: red. Hex color #C4451A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4451A is #3BBAE5. Grayscale: #666666. Windows color (decimal): -3914470 or 1721796. OLE color: 1721796.
HSL color Cylindrical-coordinate representation of color #C4451A: hue angle of 15.18º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C4451A is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 69 | 26 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.23 |
| HSL | 15.18º | 0.77% | 0.44% | - |
| HSV(B) | 15.18º | 0.87% | 0.77% | - |
| XYZ | 25.08 | 16.07 | 2.76 | - |
| YUV | 102.07 | 85.08 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 69 | 26 | 0 | 0.65 | 0.87 | 0.23 | 15.18 | 0.77 | 0.44 |
| Hex | C4 | 45 | 1A | 0 | 41 | 57 | 17 | F | 4D | 2C |
| Octal | 304 | 105 | 32 | 0 | 101 | 127 | 27 | 17 | 115 | 54 |
| Binary | 11000100 | 1000101 | 11010 | 0 | 1000001 | 1010111 | 10111 | 1111 | 1001101 | 101100 |
Color Harmonies of #C4451A
Complementary color
Monochromatic Colors of #C4451A
Black with #C4451A
Text Example
Text Example
White with #C4451A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4451A; }
p { color: rgb(196,69,26); }
H1.HeaderClassName
{
color: #C4451A;
}
.AnyTagClassName
{
color: #C4451A;
}
</style>
background-color css
<style>
a { background-color: #C4451A; }
a { background-color: rgb(196,69,26); }
div.DivClassName
{
background-color: #C4451A;
}
.BgClassName
{
background-color: #C4451A;
}
</style>
border-color css
<style>
span { border-color: #C4451A; }
span { border-color: rgb(196,69,26); }
td.TdClassName
{
border-color: #C4451A;
}
.TagClassName
{
border-color: #C4451A;
}
</style>