Shades of Rustic Red #350D1B
Tints of Rustic Red #350D1B
RGB
CMYK
RGB Variations
Color information
#350D1B (or 0x350D1B) is known color: Rustic Red. HEX triplet: 35, 0D and 1B. RGB value is (53,13,27). Sum of RGB (Red+Green+Blue) = 53+13+27=93 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.99% from 93); Green value is 13 (5.47% from 255 or 13.98% from 93); Blue value is 27 (10.94% from 255 or 29.03% from 93); Max value from RGB is 53 - color contains mainly: red. Hex color #350D1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350D1B is #CAF2E4. Grayscale: #1A1A1A. Windows color (decimal): -13300453 or 1772853. OLE color: 1772853.
HSL color Cylindrical-coordinate representation of color #350D1B: hue angle of 339º 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 #350D1B is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 13 | 27 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.79 |
| HSL | 339º | 0.61% | 0.13% | - |
| HSV(B) | 339º | 0.75% | 0.21% | - |
| XYZ | 1.81 | 1.12 | 1.16 | - |
| YUV | 26.56 | 128.25 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 13 | 27 | 0 | 0.75 | 0.49 | 0.79 | 339 | 0.61 | 0.13 |
| Hex | 35 | D | 1B | 0 | 4B | 31 | 4F | 153 | 3D | D |
| Octal | 65 | 15 | 33 | 0 | 113 | 61 | 117 | 523 | 75 | 15 |
| Binary | 110101 | 1101 | 11011 | 0 | 1001011 | 110001 | 1001111 | 101010011 | 111101 | 1101 |
Color Harmonies of #350D1B
Complementary color
Monochromatic Colors of #350D1B
Black with #350D1B
Text Example
Text Example
White with #350D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350D1B; }
p { color: rgb(53,13,27); }
H1.HeaderClassName
{
color: #350D1B;
}
.AnyTagClassName
{
color: #350D1B;
}
</style>
background-color css
<style>
a { background-color: #350D1B; }
a { background-color: rgb(53,13,27); }
div.DivClassName
{
background-color: #350D1B;
}
.BgClassName
{
background-color: #350D1B;
}
</style>
border-color css
<style>
span { border-color: #350D1B; }
span { border-color: rgb(53,13,27); }
td.TdClassName
{
border-color: #350D1B;
}
.TagClassName
{
border-color: #350D1B;
}
</style>