Shades of Rustic Red #270B10
Tints of Rustic Red #270B10
RGB
CMYK
RGB Variations
Color information
#270B10 (or 0x270B10) is known color: Rustic Red. HEX triplet: 27, 0B and 10. RGB value is (39,11,16). Sum of RGB (Red+Green+Blue) = 39+11+16=66 (8% of max value = 765). Red value is 39 (15.62% from 255 or 59.09% from 66); Green value is 11 (4.69% from 255 or 16.67% from 66); Blue value is 16 (6.64% from 255 or 24.24% from 66); Max value from RGB is 39 - color contains mainly: red. Hex color #270B10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270B10 is #D8F4EF. Grayscale: #131313. Windows color (decimal): -14218480 or 1051431. OLE color: 1051431.
HSL color Cylindrical-coordinate representation of color #270B10: hue angle of 349.29º degrees, saturation: 0.56, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #270B10 is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 11 | 16 | - |
| CMYK | 0 | 0.72 | 0.59 | 0.85 |
| HSL | 349.29º | 0.56% | 0.1% | - |
| HSV(B) | 349.29º | 0.72% | 0.15% | - |
| XYZ | 1.05 | 0.71 | 0.57 | - |
| YUV | 19.94 | 125.78 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 11 | 16 | 0 | 0.72 | 0.59 | 0.85 | 349.29 | 0.56 | 0.1 |
| Hex | 27 | B | 10 | 0 | 48 | 3B | 55 | 15D | 38 | A |
| Octal | 47 | 13 | 20 | 0 | 110 | 73 | 125 | 535 | 70 | 12 |
| Binary | 100111 | 1011 | 10000 | 0 | 1001000 | 111011 | 1010101 | 101011101 | 111000 | 1010 |
Color Harmonies of #270B10
Complementary color
Monochromatic Colors of #270B10
Black with #270B10
Text Example
Text Example
White with #270B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270B10; }
p { color: rgb(39,11,16); }
H1.HeaderClassName
{
color: #270B10;
}
.AnyTagClassName
{
color: #270B10;
}
</style>
background-color css
<style>
a { background-color: #270B10; }
a { background-color: rgb(39,11,16); }
div.DivClassName
{
background-color: #270B10;
}
.BgClassName
{
background-color: #270B10;
}
</style>
border-color css
<style>
span { border-color: #270B10; }
span { border-color: rgb(39,11,16); }
td.TdClassName
{
border-color: #270B10;
}
.TagClassName
{
border-color: #270B10;
}
</style>