Shades of Rustic Red #350B12
Tints of Rustic Red #350B12
RGB
CMYK
RGB Variations
Color information
#350B12 (or 0x350B12) is known color: Rustic Red. HEX triplet: 35, 0B and 12. RGB value is (53,11,18). Sum of RGB (Red+Green+Blue) = 53+11+18=82 (10% of max value = 765). Red value is 53 (21.09% from 255 or 64.63% from 82); Green value is 11 (4.69% from 255 or 13.41% from 82); Blue value is 18 (7.42% from 255 or 21.95% from 82); Max value from RGB is 53 - color contains mainly: red. Hex color #350B12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350B12 is #CAF4ED. Grayscale: #181818. Windows color (decimal): -13300974 or 1182517. OLE color: 1182517.
HSL color Cylindrical-coordinate representation of color #350B12: hue angle of 350º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #350B12 is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 11 | 18 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.79 |
| HSL | 350º | 0.66% | 0.13% | - |
| HSV(B) | 350º | 0.79% | 0.21% | - |
| XYZ | 1.7 | 1.04 | 0.68 | - |
| YUV | 24.36 | 124.41 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 11 | 18 | 0 | 0.79 | 0.66 | 0.79 | 350 | 0.66 | 0.13 |
| Hex | 35 | B | 12 | 0 | 4F | 42 | 4F | 15E | 42 | D |
| Octal | 65 | 13 | 22 | 0 | 117 | 102 | 117 | 536 | 102 | 15 |
| Binary | 110101 | 1011 | 10010 | 0 | 1001111 | 1000010 | 1001111 | 101011110 | 1000010 | 1101 |
Color Harmonies of #350B12
Complementary color
Monochromatic Colors of #350B12
Black with #350B12
Text Example
Text Example
White with #350B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350B12; }
p { color: rgb(53,11,18); }
H1.HeaderClassName
{
color: #350B12;
}
.AnyTagClassName
{
color: #350B12;
}
</style>
background-color css
<style>
a { background-color: #350B12; }
a { background-color: rgb(53,11,18); }
div.DivClassName
{
background-color: #350B12;
}
.BgClassName
{
background-color: #350B12;
}
</style>
border-color css
<style>
span { border-color: #350B12; }
span { border-color: rgb(53,11,18); }
td.TdClassName
{
border-color: #350B12;
}
.TagClassName
{
border-color: #350B12;
}
</style>