Shades of Rustic Red #350D1A
Tints of Rustic Red #350D1A
RGB
CMYK
RGB Variations
Color information
#350D1A (or 0x350D1A) is known color: Rustic Red. HEX triplet: 35, 0D and 1A. RGB value is (53,13,26). Sum of RGB (Red+Green+Blue) = 53+13+26=92 (12% of max value = 765). Red value is 53 (21.09% from 255 or 57.61% from 92); Green value is 13 (5.47% from 255 or 14.13% from 92); Blue value is 26 (10.55% from 255 or 28.26% from 92); Max value from RGB is 53 - color contains mainly: red. Hex color #350D1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350D1A is #CAF2E5. Grayscale: #1A1A1A. Windows color (decimal): -13300454 or 1707317. OLE color: 1707317.
HSL color Cylindrical-coordinate representation of color #350D1A: hue angle of 340.5º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #350D1A is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 13 | 26 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.79 |
| HSL | 340.5º | 0.61% | 0.13% | - |
| HSV(B) | 340.5º | 0.75% | 0.21% | - |
| XYZ | 1.8 | 1.12 | 1.1 | - |
| YUV | 26.44 | 127.75 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 13 | 26 | 0 | 0.75 | 0.51 | 0.79 | 340.5 | 0.61 | 0.13 |
| Hex | 35 | D | 1A | 0 | 4B | 33 | 4F | 154 | 3D | D |
| Octal | 65 | 15 | 32 | 0 | 113 | 63 | 117 | 524 | 75 | 15 |
| Binary | 110101 | 1101 | 11010 | 0 | 1001011 | 110011 | 1001111 | 101010100 | 111101 | 1101 |
Color Harmonies of #350D1A
Complementary color
Monochromatic Colors of #350D1A
Black with #350D1A
Text Example
Text Example
White with #350D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350D1A; }
p { color: rgb(53,13,26); }
H1.HeaderClassName
{
color: #350D1A;
}
.AnyTagClassName
{
color: #350D1A;
}
</style>
background-color css
<style>
a { background-color: #350D1A; }
a { background-color: rgb(53,13,26); }
div.DivClassName
{
background-color: #350D1A;
}
.BgClassName
{
background-color: #350D1A;
}
</style>
border-color css
<style>
span { border-color: #350D1A; }
span { border-color: rgb(53,13,26); }
td.TdClassName
{
border-color: #350D1A;
}
.TagClassName
{
border-color: #350D1A;
}
</style>