Shades of Rustic Red #360A19
Tints of Rustic Red #360A19
RGB
CMYK
RGB Variations
Color information
#360A19 (or 0x360A19) is known color: Rustic Red. HEX triplet: 36, 0A and 19. RGB value is (54,10,25). Sum of RGB (Red+Green+Blue) = 54+10+25=89 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60.67% from 89); Green value is 10 (4.30% from 255 or 11.24% from 89); Blue value is 25 (10.16% from 255 or 28.09% from 89); Max value from RGB is 54 - color contains mainly: red. Hex color #360A19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360A19 is #C9F5E6. Grayscale: #181818. Windows color (decimal): -13235687 or 1641014. OLE color: 1641014.
HSL color Cylindrical-coordinate representation of color #360A19: hue angle of 339.55º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #360A19 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 10 | 25 | - |
| CMYK | 0 | 0.81 | 0.54 | 0.79 |
| HSL | 339.55º | 0.69% | 0.13% | - |
| HSV(B) | 339.55º | 0.81% | 0.21% | - |
| XYZ | 1.81 | 1.07 | 1.03 | - |
| YUV | 24.87 | 128.08 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 10 | 25 | 0 | 0.81 | 0.54 | 0.79 | 339.55 | 0.69 | 0.13 |
| Hex | 36 | A | 19 | 0 | 51 | 36 | 4F | 154 | 45 | D |
| Octal | 66 | 12 | 31 | 0 | 121 | 66 | 117 | 524 | 105 | 15 |
| Binary | 110110 | 1010 | 11001 | 0 | 1010001 | 110110 | 1001111 | 101010100 | 1000101 | 1101 |
Color Harmonies of #360A19
Complementary color
Monochromatic Colors of #360A19
Black with #360A19
Text Example
Text Example
White with #360A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360A19; }
p { color: rgb(54,10,25); }
H1.HeaderClassName
{
color: #360A19;
}
.AnyTagClassName
{
color: #360A19;
}
</style>
background-color css
<style>
a { background-color: #360A19; }
a { background-color: rgb(54,10,25); }
div.DivClassName
{
background-color: #360A19;
}
.BgClassName
{
background-color: #360A19;
}
</style>
border-color css
<style>
span { border-color: #360A19; }
span { border-color: rgb(54,10,25); }
td.TdClassName
{
border-color: #360A19;
}
.TagClassName
{
border-color: #360A19;
}
</style>