Shades of Rust #C44B19
Tints of Rust #C44B19
RGB
CMYK
RGB Variations
Color information
#C44B19 (or 0xC44B19) is known color: Rust. HEX triplet: C4, 4B and 19. RGB value is (196,75,25). Sum of RGB (Red+Green+Blue) = 196+75+25=296 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.22% from 296); Green value is 75 (29.69% from 255 or 25.34% from 296); Blue value is 25 (10.16% from 255 or 8.45% from 296); Max value from RGB is 196 - color contains mainly: red. Hex color #C44B19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44B19 is #3BB4E6. Grayscale: #696969. Windows color (decimal): -3912935 or 1657796. OLE color: 1657796.
HSL color Cylindrical-coordinate representation of color #C44B19: hue angle of 17.54º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C44B19 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 75 | 25 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.23 |
| HSL | 17.54º | 0.77% | 0.43% | - |
| HSV(B) | 17.54º | 0.87% | 0.77% | - |
| XYZ | 25.46 | 16.84 | 2.83 | - |
| YUV | 105.48 | 82.59 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 75 | 25 | 0 | 0.62 | 0.87 | 0.23 | 17.54 | 0.77 | 0.43 |
| Hex | C4 | 4B | 19 | 0 | 3E | 57 | 17 | 12 | 4D | 2B |
| Octal | 304 | 113 | 31 | 0 | 76 | 127 | 27 | 22 | 115 | 53 |
| Binary | 11000100 | 1001011 | 11001 | 0 | 111110 | 1010111 | 10111 | 10010 | 1001101 | 101011 |
Color Harmonies of #C44B19
Complementary color
Monochromatic Colors of #C44B19
Black with #C44B19
Text Example
Text Example
White with #C44B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44B19; }
p { color: rgb(196,75,25); }
H1.HeaderClassName
{
color: #C44B19;
}
.AnyTagClassName
{
color: #C44B19;
}
</style>
background-color css
<style>
a { background-color: #C44B19; }
a { background-color: rgb(196,75,25); }
div.DivClassName
{
background-color: #C44B19;
}
.BgClassName
{
background-color: #C44B19;
}
</style>
border-color css
<style>
span { border-color: #C44B19; }
span { border-color: rgb(196,75,25); }
td.TdClassName
{
border-color: #C44B19;
}
.TagClassName
{
border-color: #C44B19;
}
</style>