Shades of Rustic Red #36010B
Tints of Rustic Red #36010B
RGB
CMYK
RGB Variations
Color information
#36010B (or 0x36010B) is known color: Rustic Red. HEX triplet: 36, 01 and 0B. RGB value is (54,1,11). Sum of RGB (Red+Green+Blue) = 54+1+11=66 (8% of max value = 765). Red value is 54 (21.48% from 255 or 81.82% from 66); Green value is 1 (0.78% from 255 or 1.52% from 66); Blue value is 11 (4.69% from 255 or 16.67% from 66); Max value from RGB is 54 - color contains mainly: red. Hex color #36010B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36010B is #C9FEF4. Grayscale: #121212. Windows color (decimal): -13238005 or 721206. OLE color: 721206.
HSL color Cylindrical-coordinate representation of color #36010B: hue angle of 348.68º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #36010B is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 1 | 11 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.79 |
| HSL | 348.68º | 0.96% | 0.11% | - |
| HSV(B) | 348.68º | 0.98% | 0.21% | - |
| XYZ | 1.59 | 0.83 | 0.39 | - |
| YUV | 17.99 | 124.06 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 1 | 11 | 0 | 0.98 | 0.80 | 0.79 | 348.68 | 0.96 | 0.11 |
| Hex | 36 | 1 | B | 0 | 62 | 50 | 4F | 15D | 60 | B |
| Octal | 66 | 1 | 13 | 0 | 142 | 120 | 117 | 535 | 140 | 13 |
| Binary | 110110 | 1 | 1011 | 0 | 1100010 | 1010000 | 1001111 | 101011101 | 1100000 | 1011 |
Color Harmonies of #36010B
Complementary color
Monochromatic Colors of #36010B
Black with #36010B
Text Example
Text Example
White with #36010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36010B; }
p { color: rgb(54,1,11); }
H1.HeaderClassName
{
color: #36010B;
}
.AnyTagClassName
{
color: #36010B;
}
</style>
background-color css
<style>
a { background-color: #36010B; }
a { background-color: rgb(54,1,11); }
div.DivClassName
{
background-color: #36010B;
}
.BgClassName
{
background-color: #36010B;
}
</style>
border-color css
<style>
span { border-color: #36010B; }
span { border-color: rgb(54,1,11); }
td.TdClassName
{
border-color: #36010B;
}
.TagClassName
{
border-color: #36010B;
}
</style>