Shades of Rust #C44B14
Tints of Rust #C44B14
RGB
CMYK
RGB Variations
Color information
#C44B14 (or 0xC44B14) is known color: Rust. HEX triplet: C4, 4B and 14. RGB value is (196,75,20). Sum of RGB (Red+Green+Blue) = 196+75+20=291 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.35% from 291); Green value is 75 (29.69% from 255 or 25.77% from 291); Blue value is 20 (8.20% from 255 or 6.87% from 291); Max value from RGB is 196 - color contains mainly: red. Hex color #C44B14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44B14 is #3BB4EB. Grayscale: #696969. Windows color (decimal): -3912940 or 1330116. OLE color: 1330116.
HSL color Cylindrical-coordinate representation of color #C44B14: hue angle of 18.75º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C44B14 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 75 | 20 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.23 |
| HSL | 18.75º | 0.81% | 0.42% | - |
| HSV(B) | 18.75º | 0.9% | 0.77% | - |
| XYZ | 25.41 | 16.82 | 2.57 | - |
| YUV | 104.91 | 80.09 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 75 | 20 | 0 | 0.62 | 0.90 | 0.23 | 18.75 | 0.81 | 0.42 |
| Hex | C4 | 4B | 14 | 0 | 3E | 5A | 17 | 13 | 51 | 2A |
| Octal | 304 | 113 | 24 | 0 | 76 | 132 | 27 | 23 | 121 | 52 |
| Binary | 11000100 | 1001011 | 10100 | 0 | 111110 | 1011010 | 10111 | 10011 | 1010001 | 101010 |
Color Harmonies of #C44B14
Complementary color
Monochromatic Colors of #C44B14
Black with #C44B14
Text Example
Text Example
White with #C44B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44B14; }
p { color: rgb(196,75,20); }
H1.HeaderClassName
{
color: #C44B14;
}
.AnyTagClassName
{
color: #C44B14;
}
</style>
background-color css
<style>
a { background-color: #C44B14; }
a { background-color: rgb(196,75,20); }
div.DivClassName
{
background-color: #C44B14;
}
.BgClassName
{
background-color: #C44B14;
}
</style>
border-color css
<style>
span { border-color: #C44B14; }
span { border-color: rgb(196,75,20); }
td.TdClassName
{
border-color: #C44B14;
}
.TagClassName
{
border-color: #C44B14;
}
</style>