Shades of Rustic Red #350F12
Tints of Rustic Red #350F12
RGB
CMYK
RGB Variations
Color information
#350F12 (or 0x350F12) is known color: Rustic Red. HEX triplet: 35, 0F and 12. RGB value is (53,15,18). Sum of RGB (Red+Green+Blue) = 53+15+18=86 (11% of max value = 765). Red value is 53 (21.09% from 255 or 61.63% from 86); Green value is 15 (6.25% from 255 or 17.44% from 86); Blue value is 18 (7.42% from 255 or 20.93% from 86); Max value from RGB is 53 - color contains mainly: red. Hex color #350F12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350F12 is #CAF0ED. Grayscale: #1A1A1A. Windows color (decimal): -13299950 or 1183541. OLE color: 1183541.
HSL color Cylindrical-coordinate representation of color #350F12: hue angle of 355.26º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #350F12 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 15 | 18 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.79 |
| HSL | 355.26º | 0.56% | 0.13% | - |
| HSV(B) | 355.26º | 0.72% | 0.21% | - |
| XYZ | 1.75 | 1.14 | 0.7 | - |
| YUV | 26.7 | 123.09 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 15 | 18 | 0 | 0.72 | 0.66 | 0.79 | 355.26 | 0.56 | 0.13 |
| Hex | 35 | F | 12 | 0 | 48 | 42 | 4F | 163 | 38 | D |
| Octal | 65 | 17 | 22 | 0 | 110 | 102 | 117 | 543 | 70 | 15 |
| Binary | 110101 | 1111 | 10010 | 0 | 1001000 | 1000010 | 1001111 | 101100011 | 111000 | 1101 |
Color Harmonies of #350F12
Complementary color
Monochromatic Colors of #350F12
Black with #350F12
Text Example
Text Example
White with #350F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350F12; }
p { color: rgb(53,15,18); }
H1.HeaderClassName
{
color: #350F12;
}
.AnyTagClassName
{
color: #350F12;
}
</style>
background-color css
<style>
a { background-color: #350F12; }
a { background-color: rgb(53,15,18); }
div.DivClassName
{
background-color: #350F12;
}
.BgClassName
{
background-color: #350F12;
}
</style>
border-color css
<style>
span { border-color: #350F12; }
span { border-color: rgb(53,15,18); }
td.TdClassName
{
border-color: #350F12;
}
.TagClassName
{
border-color: #350F12;
}
</style>