Shades of Rustic Red #350E1B
Tints of Rustic Red #350E1B
RGB
CMYK
RGB Variations
Color information
#350E1B (or 0x350E1B) is known color: Rustic Red. HEX triplet: 35, 0E and 1B. RGB value is (53,14,27). Sum of RGB (Red+Green+Blue) = 53+14+27=94 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.38% from 94); Green value is 14 (5.86% from 255 or 14.89% from 94); Blue value is 27 (10.94% from 255 or 28.72% from 94); Max value from RGB is 53 - color contains mainly: red. Hex color #350E1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350E1B is #CAF1E4. Grayscale: #1B1B1B. Windows color (decimal): -13300197 or 1773109. OLE color: 1773109.
HSL color Cylindrical-coordinate representation of color #350E1B: hue angle of 340º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #350E1B is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 14 | 27 | - |
| CMYK | 0 | 0.74 | 0.49 | 0.79 |
| HSL | 340º | 0.58% | 0.13% | - |
| HSV(B) | 340º | 0.74% | 0.21% | - |
| XYZ | 1.82 | 1.15 | 1.16 | - |
| YUV | 27.14 | 127.92 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 14 | 27 | 0 | 0.74 | 0.49 | 0.79 | 340 | 0.58 | 0.13 |
| Hex | 35 | E | 1B | 0 | 4A | 31 | 4F | 154 | 3A | D |
| Octal | 65 | 16 | 33 | 0 | 112 | 61 | 117 | 524 | 72 | 15 |
| Binary | 110101 | 1110 | 11011 | 0 | 1001010 | 110001 | 1001111 | 101010100 | 111010 | 1101 |
Color Harmonies of #350E1B
Complementary color
Monochromatic Colors of #350E1B
Black with #350E1B
Text Example
Text Example
White with #350E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350E1B; }
p { color: rgb(53,14,27); }
H1.HeaderClassName
{
color: #350E1B;
}
.AnyTagClassName
{
color: #350E1B;
}
</style>
background-color css
<style>
a { background-color: #350E1B; }
a { background-color: rgb(53,14,27); }
div.DivClassName
{
background-color: #350E1B;
}
.BgClassName
{
background-color: #350E1B;
}
</style>
border-color css
<style>
span { border-color: #350E1B; }
span { border-color: rgb(53,14,27); }
td.TdClassName
{
border-color: #350E1B;
}
.TagClassName
{
border-color: #350E1B;
}
</style>