Shades of Rustic Red #360C1B
Tints of Rustic Red #360C1B
RGB
CMYK
RGB Variations
Color information
#360C1B (or 0x360C1B) is known color: Rustic Red. HEX triplet: 36, 0C and 1B. RGB value is (54,12,27). Sum of RGB (Red+Green+Blue) = 54+12+27=93 (12% of max value = 765). Red value is 54 (21.48% from 255 or 58.06% from 93); Green value is 12 (5.08% from 255 or 12.90% from 93); Blue value is 27 (10.94% from 255 or 29.03% from 93); Max value from RGB is 54 - color contains mainly: red. Hex color #360C1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360C1B is #C9F3E4. Grayscale: #1A1A1A. Windows color (decimal): -13235173 or 1772598. OLE color: 1772598.
HSL color Cylindrical-coordinate representation of color #360C1B: hue angle of 338.57º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #360C1B is Cyan = 0, Magento = 0.78, Yellow = 0.5 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 12 | 27 | - |
| CMYK | 0 | 0.78 | 0.5 | 0.79 |
| HSL | 338.57º | 0.64% | 0.13% | - |
| HSV(B) | 338.57º | 0.78% | 0.21% | - |
| XYZ | 1.85 | 1.13 | 1.16 | - |
| YUV | 26.27 | 128.41 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 27 | 0 | 0.78 | 0.5 | 0.79 | 338.57 | 0.64 | 0.13 |
| Hex | 36 | C | 1B | 0 | 4E | 32 | 4F | 153 | 40 | D |
| Octal | 66 | 14 | 33 | 0 | 116 | 62 | 117 | 523 | 100 | 15 |
| Binary | 110110 | 1100 | 11011 | 0 | 1001110 | 110010 | 1001111 | 101010011 | 1000000 | 1101 |
Color Harmonies of #360C1B
Complementary color
Monochromatic Colors of #360C1B
Black with #360C1B
Text Example
Text Example
White with #360C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360C1B; }
p { color: rgb(54,12,27); }
H1.HeaderClassName
{
color: #360C1B;
}
.AnyTagClassName
{
color: #360C1B;
}
</style>
background-color css
<style>
a { background-color: #360C1B; }
a { background-color: rgb(54,12,27); }
div.DivClassName
{
background-color: #360C1B;
}
.BgClassName
{
background-color: #360C1B;
}
</style>
border-color css
<style>
span { border-color: #360C1B; }
span { border-color: rgb(54,12,27); }
td.TdClassName
{
border-color: #360C1B;
}
.TagClassName
{
border-color: #360C1B;
}
</style>