Shades of Rustic Red #360B19
Tints of Rustic Red #360B19
RGB
CMYK
RGB Variations
Color information
#360B19 (or 0x360B19) is known color: Rustic Red. HEX triplet: 36, 0B and 19. RGB value is (54,11,25). Sum of RGB (Red+Green+Blue) = 54+11+25=90 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60% from 90); Green value is 11 (4.69% from 255 or 12.22% from 90); Blue value is 25 (10.16% from 255 or 27.78% from 90); Max value from RGB is 54 - color contains mainly: red. Hex color #360B19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360B19 is #C9F4E6. Grayscale: #191919. Windows color (decimal): -13235431 or 1641270. OLE color: 1641270.
HSL color Cylindrical-coordinate representation of color #360B19: hue angle of 340.47º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #360B19 is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 11 | 25 | - |
| CMYK | 0 | 0.80 | 0.54 | 0.79 |
| HSL | 340.47º | 0.66% | 0.13% | - |
| HSV(B) | 340.47º | 0.8% | 0.21% | - |
| XYZ | 1.82 | 1.09 | 1.04 | - |
| YUV | 25.45 | 127.75 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 11 | 25 | 0 | 0.80 | 0.54 | 0.79 | 340.47 | 0.66 | 0.13 |
| Hex | 36 | B | 19 | 0 | 50 | 36 | 4F | 154 | 42 | D |
| Octal | 66 | 13 | 31 | 0 | 120 | 66 | 117 | 524 | 102 | 15 |
| Binary | 110110 | 1011 | 11001 | 0 | 1010000 | 110110 | 1001111 | 101010100 | 1000010 | 1101 |
Color Harmonies of #360B19
Complementary color
Monochromatic Colors of #360B19
Black with #360B19
Text Example
Text Example
White with #360B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360B19; }
p { color: rgb(54,11,25); }
H1.HeaderClassName
{
color: #360B19;
}
.AnyTagClassName
{
color: #360B19;
}
</style>
background-color css
<style>
a { background-color: #360B19; }
a { background-color: rgb(54,11,25); }
div.DivClassName
{
background-color: #360B19;
}
.BgClassName
{
background-color: #360B19;
}
</style>
border-color css
<style>
span { border-color: #360B19; }
span { border-color: rgb(54,11,25); }
td.TdClassName
{
border-color: #360B19;
}
.TagClassName
{
border-color: #360B19;
}
</style>