Shades of Rust #C44318
Tints of Rust #C44318
RGB
CMYK
RGB Variations
Color information
#C44318 (or 0xC44318) is known color: Rust. HEX triplet: C4, 43 and 18. RGB value is (196,67,24). Sum of RGB (Red+Green+Blue) = 196+67+24=287 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.29% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 24 (9.77% from 255 or 8.36% from 287); Max value from RGB is 196 - color contains mainly: red. Hex color #C44318 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44318 is #3BBCE7. Grayscale: #646464. Windows color (decimal): -3914984 or 1590212. OLE color: 1590212.
HSL color Cylindrical-coordinate representation of color #C44318: hue angle of 15º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C44318 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 67 | 24 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.23 |
| HSL | 15º | 0.78% | 0.43% | - |
| HSV(B) | 15º | 0.88% | 0.77% | - |
| XYZ | 24.94 | 15.82 | 2.6 | - |
| YUV | 100.67 | 84.74 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 67 | 24 | 0 | 0.66 | 0.88 | 0.23 | 15 | 0.78 | 0.43 |
| Hex | C4 | 43 | 18 | 0 | 42 | 58 | 17 | F | 4E | 2B |
| Octal | 304 | 103 | 30 | 0 | 102 | 130 | 27 | 17 | 116 | 53 |
| Binary | 11000100 | 1000011 | 11000 | 0 | 1000010 | 1011000 | 10111 | 1111 | 1001110 | 101011 |
Color Harmonies of #C44318
Complementary color
Monochromatic Colors of #C44318
Black with #C44318
Text Example
Text Example
White with #C44318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44318; }
p { color: rgb(196,67,24); }
H1.HeaderClassName
{
color: #C44318;
}
.AnyTagClassName
{
color: #C44318;
}
</style>
background-color css
<style>
a { background-color: #C44318; }
a { background-color: rgb(196,67,24); }
div.DivClassName
{
background-color: #C44318;
}
.BgClassName
{
background-color: #C44318;
}
</style>
border-color css
<style>
span { border-color: #C44318; }
span { border-color: rgb(196,67,24); }
td.TdClassName
{
border-color: #C44318;
}
.TagClassName
{
border-color: #C44318;
}
</style>