Shades of Rustic Red #35161B
Tints of Rustic Red #35161B
RGB
CMYK
RGB Variations
Color information
#35161B (or 0x35161B) is known color: Rustic Red. HEX triplet: 35, 16 and 1B. RGB value is (53,22,27). Sum of RGB (Red+Green+Blue) = 53+22+27=102 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.96% from 102); Green value is 22 (8.98% from 255 or 21.57% from 102); Blue value is 27 (10.94% from 255 or 26.47% from 102); Max value from RGB is 53 - color contains mainly: red. Hex color #35161B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35161B is #CAE9E4. Grayscale: #1F1F1F. Windows color (decimal): -13298149 or 1775157. OLE color: 1775157.
HSL color Cylindrical-coordinate representation of color #35161B: hue angle of 350.32º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #35161B is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 22 | 27 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.79 |
| HSL | 350.32º | 0.41% | 0.15% | - |
| HSV(B) | 350.32º | 0.58% | 0.21% | - |
| XYZ | 1.95 | 1.41 | 1.21 | - |
| YUV | 31.84 | 125.27 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 22 | 27 | 0 | 0.58 | 0.49 | 0.79 | 350.32 | 0.41 | 0.15 |
| Hex | 35 | 16 | 1B | 0 | 3A | 31 | 4F | 15E | 29 | F |
| Octal | 65 | 26 | 33 | 0 | 72 | 61 | 117 | 536 | 51 | 17 |
| Binary | 110101 | 10110 | 11011 | 0 | 111010 | 110001 | 1001111 | 101011110 | 101001 | 1111 |
Color Harmonies of #35161B
Complementary color
Monochromatic Colors of #35161B
Black with #35161B
Text Example
Text Example
White with #35161B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35161B; }
p { color: rgb(53,22,27); }
H1.HeaderClassName
{
color: #35161B;
}
.AnyTagClassName
{
color: #35161B;
}
</style>
background-color css
<style>
a { background-color: #35161B; }
a { background-color: rgb(53,22,27); }
div.DivClassName
{
background-color: #35161B;
}
.BgClassName
{
background-color: #35161B;
}
</style>
border-color css
<style>
span { border-color: #35161B; }
span { border-color: rgb(53,22,27); }
td.TdClassName
{
border-color: #35161B;
}
.TagClassName
{
border-color: #35161B;
}
</style>