Shades of Rustic Red #350B0F
Tints of Rustic Red #350B0F
RGB
CMYK
RGB Variations
Color information
#350B0F (or 0x350B0F) is known color: Rustic Red. HEX triplet: 35, 0B and 0F. RGB value is (53,11,15). Sum of RGB (Red+Green+Blue) = 53+11+15=79 (10% of max value = 765). Red value is 53 (21.09% from 255 or 67.09% from 79); Green value is 11 (4.69% from 255 or 13.92% from 79); Blue value is 15 (6.25% from 255 or 18.99% from 79); Max value from RGB is 53 - color contains mainly: red. Hex color #350B0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350B0F is #CAF4F0. Grayscale: #181818. Windows color (decimal): -13300977 or 985909. OLE color: 985909.
HSL color Cylindrical-coordinate representation of color #350B0F: hue angle of 354.29º 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 #350B0F is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 11 | 15 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.79 |
| HSL | 354.29º | 0.66% | 0.13% | - |
| HSV(B) | 354.29º | 0.79% | 0.21% | - |
| XYZ | 1.67 | 1.03 | 0.56 | - |
| YUV | 24.01 | 122.91 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 11 | 15 | 0 | 0.79 | 0.72 | 0.79 | 354.29 | 0.66 | 0.13 |
| Hex | 35 | B | F | 0 | 4F | 48 | 4F | 162 | 42 | D |
| Octal | 65 | 13 | 17 | 0 | 117 | 110 | 117 | 542 | 102 | 15 |
| Binary | 110101 | 1011 | 1111 | 0 | 1001111 | 1001000 | 1001111 | 101100010 | 1000010 | 1101 |
Color Harmonies of #350B0F
Complementary color
Monochromatic Colors of #350B0F
Black with #350B0F
Text Example
Text Example
White with #350B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350B0F; }
p { color: rgb(53,11,15); }
H1.HeaderClassName
{
color: #350B0F;
}
.AnyTagClassName
{
color: #350B0F;
}
</style>
background-color css
<style>
a { background-color: #350B0F; }
a { background-color: rgb(53,11,15); }
div.DivClassName
{
background-color: #350B0F;
}
.BgClassName
{
background-color: #350B0F;
}
</style>
border-color css
<style>
span { border-color: #350B0F; }
span { border-color: rgb(53,11,15); }
td.TdClassName
{
border-color: #350B0F;
}
.TagClassName
{
border-color: #350B0F;
}
</style>