Shades of Rustic Red #36030B
Tints of Rustic Red #36030B
RGB
CMYK
RGB Variations
Color information
#36030B (or 0x36030B) is known color: Rustic Red. HEX triplet: 36, 03 and 0B. RGB value is (54,3,11). Sum of RGB (Red+Green+Blue) = 54+3+11=68 (9% of max value = 765). Red value is 54 (21.48% from 255 or 79.41% from 68); Green value is 3 (1.56% from 255 or 4.41% from 68); Blue value is 11 (4.69% from 255 or 16.18% from 68); Max value from RGB is 54 - color contains mainly: red. Hex color #36030B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36030B is #C9FCF4. Grayscale: #131313. Windows color (decimal): -13237493 or 721718. OLE color: 721718.
HSL color Cylindrical-coordinate representation of color #36030B: hue angle of 350.59º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #36030B is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 3 | 11 | - |
| CMYK | 0 | 0.94 | 0.80 | 0.79 |
| HSL | 350.59º | 0.89% | 0.11% | - |
| HSV(B) | 350.59º | 0.94% | 0.21% | - |
| XYZ | 1.61 | 0.87 | 0.4 | - |
| YUV | 19.16 | 123.4 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 3 | 11 | 0 | 0.94 | 0.80 | 0.79 | 350.59 | 0.89 | 0.11 |
| Hex | 36 | 3 | B | 0 | 5E | 50 | 4F | 15F | 59 | B |
| Octal | 66 | 3 | 13 | 0 | 136 | 120 | 117 | 537 | 131 | 13 |
| Binary | 110110 | 11 | 1011 | 0 | 1011110 | 1010000 | 1001111 | 101011111 | 1011001 | 1011 |
Color Harmonies of #36030B
Complementary color
Monochromatic Colors of #36030B
Black with #36030B
Text Example
Text Example
White with #36030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36030B; }
p { color: rgb(54,3,11); }
H1.HeaderClassName
{
color: #36030B;
}
.AnyTagClassName
{
color: #36030B;
}
</style>
background-color css
<style>
a { background-color: #36030B; }
a { background-color: rgb(54,3,11); }
div.DivClassName
{
background-color: #36030B;
}
.BgClassName
{
background-color: #36030B;
}
</style>
border-color css
<style>
span { border-color: #36030B; }
span { border-color: rgb(54,3,11); }
td.TdClassName
{
border-color: #36030B;
}
.TagClassName
{
border-color: #36030B;
}
</style>