Shades of Rustic Red #270A10
Tints of Rustic Red #270A10
RGB
CMYK
RGB Variations
Color information
#270A10 (or 0x270A10) is known color: Rustic Red. HEX triplet: 27, 0A and 10. RGB value is (39,10,16). Sum of RGB (Red+Green+Blue) = 39+10+16=65 (8% of max value = 765). Red value is 39 (15.62% from 255 or 60% from 65); Green value is 10 (4.30% from 255 or 15.38% from 65); Blue value is 16 (6.64% from 255 or 24.62% from 65); Max value from RGB is 39 - color contains mainly: red. Hex color #270A10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270A10 is #D8F5EF. Grayscale: #131313. Windows color (decimal): -14218736 or 1051175. OLE color: 1051175.
HSL color Cylindrical-coordinate representation of color #270A10: hue angle of 347.59º degrees, saturation: 0.59, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #270A10 is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 10 | 16 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.85 |
| HSL | 347.59º | 0.59% | 0.1% | - |
| HSV(B) | 347.59º | 0.74% | 0.15% | - |
| XYZ | 1.04 | 0.69 | 0.57 | - |
| YUV | 19.36 | 126.11 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 10 | 16 | 0 | 0.74 | 0.59 | 0.85 | 347.59 | 0.59 | 0.1 |
| Hex | 27 | A | 10 | 0 | 4A | 3B | 55 | 15C | 3B | A |
| Octal | 47 | 12 | 20 | 0 | 112 | 73 | 125 | 534 | 73 | 12 |
| Binary | 100111 | 1010 | 10000 | 0 | 1001010 | 111011 | 1010101 | 101011100 | 111011 | 1010 |
Color Harmonies of #270A10
Complementary color
Monochromatic Colors of #270A10
Black with #270A10
Text Example
Text Example
White with #270A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270A10; }
p { color: rgb(39,10,16); }
H1.HeaderClassName
{
color: #270A10;
}
.AnyTagClassName
{
color: #270A10;
}
</style>
background-color css
<style>
a { background-color: #270A10; }
a { background-color: rgb(39,10,16); }
div.DivClassName
{
background-color: #270A10;
}
.BgClassName
{
background-color: #270A10;
}
</style>
border-color css
<style>
span { border-color: #270A10; }
span { border-color: rgb(39,10,16); }
td.TdClassName
{
border-color: #270A10;
}
.TagClassName
{
border-color: #270A10;
}
</style>