Shades of Rustic Red #270413
Tints of Rustic Red #270413
RGB
CMYK
RGB Variations
Color information
#270413 (or 0x270413) is known color: Rustic Red. HEX triplet: 27, 04 and 13. RGB value is (39,4,19). Sum of RGB (Red+Green+Blue) = 39+4+19=62 (8% of max value = 765). Red value is 39 (15.62% from 255 or 62.90% from 62); Green value is 4 (1.95% from 255 or 6.45% from 62); Blue value is 19 (7.81% from 255 or 30.65% from 62); Max value from RGB is 39 - color contains mainly: red. Hex color #270413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270413 is #D8FBEC. Grayscale: #101010. Windows color (decimal): -14220269 or 1246247. OLE color: 1246247.
HSL color Cylindrical-coordinate representation of color #270413: hue angle of 334.29º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #270413 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 4 | 19 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.85 |
| HSL | 334.29º | 0.81% | 0.08% | - |
| HSV(B) | 334.29º | 0.9% | 0.15% | - |
| XYZ | 1 | 0.57 | 0.67 | - |
| YUV | 16.18 | 129.6 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 4 | 19 | 0 | 0.90 | 0.51 | 0.85 | 334.29 | 0.81 | 0.08 |
| Hex | 27 | 4 | 13 | 0 | 5A | 33 | 55 | 14E | 51 | 8 |
| Octal | 47 | 4 | 23 | 0 | 132 | 63 | 125 | 516 | 121 | 10 |
| Binary | 100111 | 100 | 10011 | 0 | 1011010 | 110011 | 1010101 | 101001110 | 1010001 | 1000 |
Color Harmonies of #270413
Complementary color
Monochromatic Colors of #270413
Black with #270413
Text Example
Text Example
White with #270413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270413; }
p { color: rgb(39,4,19); }
H1.HeaderClassName
{
color: #270413;
}
.AnyTagClassName
{
color: #270413;
}
</style>
background-color css
<style>
a { background-color: #270413; }
a { background-color: rgb(39,4,19); }
div.DivClassName
{
background-color: #270413;
}
.BgClassName
{
background-color: #270413;
}
</style>
border-color css
<style>
span { border-color: #270413; }
span { border-color: rgb(39,4,19); }
td.TdClassName
{
border-color: #270413;
}
.TagClassName
{
border-color: #270413;
}
</style>