Shades of Rustic Red #350C1A
Tints of Rustic Red #350C1A
RGB
CMYK
RGB Variations
Color information
#350C1A (or 0x350C1A) is known color: Rustic Red. HEX triplet: 35, 0C and 1A. RGB value is (53,12,26). Sum of RGB (Red+Green+Blue) = 53+12+26=91 (12% of max value = 765). Red value is 53 (21.09% from 255 or 58.24% from 91); Green value is 12 (5.08% from 255 or 13.19% from 91); Blue value is 26 (10.55% from 255 or 28.57% from 91); Max value from RGB is 53 - color contains mainly: red. Hex color #350C1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350C1A is #CAF3E5. Grayscale: #191919. Windows color (decimal): -13300710 or 1707061. OLE color: 1707061.
HSL color Cylindrical-coordinate representation of color #350C1A: hue angle of 339.51º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #350C1A is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 12 | 26 | - |
| CMYK | 0 | 0.77 | 0.51 | 0.79 |
| HSL | 339.51º | 0.63% | 0.13% | - |
| HSV(B) | 339.51º | 0.77% | 0.21% | - |
| XYZ | 1.79 | 1.09 | 1.09 | - |
| YUV | 25.86 | 128.08 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 12 | 26 | 0 | 0.77 | 0.51 | 0.79 | 339.51 | 0.63 | 0.13 |
| Hex | 35 | C | 1A | 0 | 4D | 33 | 4F | 154 | 3F | D |
| Octal | 65 | 14 | 32 | 0 | 115 | 63 | 117 | 524 | 77 | 15 |
| Binary | 110101 | 1100 | 11010 | 0 | 1001101 | 110011 | 1001111 | 101010100 | 111111 | 1101 |
Color Harmonies of #350C1A
Complementary color
Monochromatic Colors of #350C1A
Black with #350C1A
Text Example
Text Example
White with #350C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350C1A; }
p { color: rgb(53,12,26); }
H1.HeaderClassName
{
color: #350C1A;
}
.AnyTagClassName
{
color: #350C1A;
}
</style>
background-color css
<style>
a { background-color: #350C1A; }
a { background-color: rgb(53,12,26); }
div.DivClassName
{
background-color: #350C1A;
}
.BgClassName
{
background-color: #350C1A;
}
</style>
border-color css
<style>
span { border-color: #350C1A; }
span { border-color: rgb(53,12,26); }
td.TdClassName
{
border-color: #350C1A;
}
.TagClassName
{
border-color: #350C1A;
}
</style>