Shades of Rustic Red #36121B
Tints of Rustic Red #36121B
RGB
CMYK
RGB Variations
Color information
#36121B (or 0x36121B) is known color: Rustic Red. HEX triplet: 36, 12 and 1B. RGB value is (54,18,27). Sum of RGB (Red+Green+Blue) = 54+18+27=99 (13% of max value = 765). Red value is 54 (21.48% from 255 or 54.55% from 99); Green value is 18 (7.42% from 255 or 18.18% from 99); Blue value is 27 (10.94% from 255 or 27.27% from 99); Max value from RGB is 54 - color contains mainly: red. Hex color #36121B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36121B is #C9EDE4. Grayscale: #1D1D1D. Windows color (decimal): -13233637 or 1774134. OLE color: 1774134.
HSL color Cylindrical-coordinate representation of color #36121B: hue angle of 345º degrees, saturation: 0.5, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #36121B is Cyan = 0, Magento = 0.67, Yellow = 0.5 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 18 | 27 | - |
| CMYK | 0 | 0.67 | 0.5 | 0.79 |
| HSL | 345º | 0.5% | 0.14% | - |
| HSV(B) | 345º | 0.67% | 0.21% | - |
| XYZ | 1.94 | 1.3 | 1.19 | - |
| YUV | 29.79 | 126.43 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 18 | 27 | 0 | 0.67 | 0.5 | 0.79 | 345 | 0.5 | 0.14 |
| Hex | 36 | 12 | 1B | 0 | 43 | 32 | 4F | 159 | 32 | E |
| Octal | 66 | 22 | 33 | 0 | 103 | 62 | 117 | 531 | 62 | 16 |
| Binary | 110110 | 10010 | 11011 | 0 | 1000011 | 110010 | 1001111 | 101011001 | 110010 | 1110 |
Color Harmonies of #36121B
Complementary color
Monochromatic Colors of #36121B
Black with #36121B
Text Example
Text Example
White with #36121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36121B; }
p { color: rgb(54,18,27); }
H1.HeaderClassName
{
color: #36121B;
}
.AnyTagClassName
{
color: #36121B;
}
</style>
background-color css
<style>
a { background-color: #36121B; }
a { background-color: rgb(54,18,27); }
div.DivClassName
{
background-color: #36121B;
}
.BgClassName
{
background-color: #36121B;
}
</style>
border-color css
<style>
span { border-color: #36121B; }
span { border-color: rgb(54,18,27); }
td.TdClassName
{
border-color: #36121B;
}
.TagClassName
{
border-color: #36121B;
}
</style>