Shades of Rustic Red #360208
Tints of Rustic Red #360208
RGB
CMYK
RGB Variations
Color information
#360208 (or 0x360208) is known color: Rustic Red. HEX triplet: 36, 02 and 08. RGB value is (54,2,8). Sum of RGB (Red+Green+Blue) = 54+2+8=64 (8% of max value = 765). Red value is 54 (21.48% from 255 or 84.38% from 64); Green value is 2 (1.17% from 255 or 3.12% from 64); Blue value is 8 (3.52% from 255 or 12.5% from 64); Max value from RGB is 54 - color contains mainly: red. Hex color #360208 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360208 is #C9FDF7. Grayscale: #121212. Windows color (decimal): -13237752 or 524854. OLE color: 524854.
HSL color Cylindrical-coordinate representation of color #360208: hue angle of 353.08º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #360208 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 2 | 8 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.79 |
| HSL | 353.08º | 0.93% | 0.11% | - |
| HSV(B) | 353.08º | 0.96% | 0.21% | - |
| XYZ | 1.59 | 0.85 | 0.31 | - |
| YUV | 18.23 | 122.23 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 2 | 8 | 0 | 0.96 | 0.85 | 0.79 | 353.08 | 0.93 | 0.11 |
| Hex | 36 | 2 | 8 | 0 | 60 | 55 | 4F | 161 | 5D | B |
| Octal | 66 | 2 | 10 | 0 | 140 | 125 | 117 | 541 | 135 | 13 |
| Binary | 110110 | 10 | 1000 | 0 | 1100000 | 1010101 | 1001111 | 101100001 | 1011101 | 1011 |
Color Harmonies of #360208
Complementary color
Monochromatic Colors of #360208
Black with #360208
Text Example
Text Example
White with #360208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360208; }
p { color: rgb(54,2,8); }
H1.HeaderClassName
{
color: #360208;
}
.AnyTagClassName
{
color: #360208;
}
</style>
background-color css
<style>
a { background-color: #360208; }
a { background-color: rgb(54,2,8); }
div.DivClassName
{
background-color: #360208;
}
.BgClassName
{
background-color: #360208;
}
</style>
border-color css
<style>
span { border-color: #360208; }
span { border-color: rgb(54,2,8); }
td.TdClassName
{
border-color: #360208;
}
.TagClassName
{
border-color: #360208;
}
</style>