Shades of Rustic Red #150809
Tints of Rustic Red #150809
RGB
CMYK
RGB Variations
Color information
#150809 (or 0x150809) is known color: Rustic Red. HEX triplet: 15, 08 and 09. RGB value is (21,8,9). Sum of RGB (Red+Green+Blue) = 21+8+9=38 (5% of max value = 765). Red value is 21 (8.59% from 255 or 55.26% from 38); Green value is 8 (3.52% from 255 or 21.05% from 38); Blue value is 9 (3.91% from 255 or 23.68% from 38); Max value from RGB is 21 - color contains mainly: red. Hex color #150809 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150809 is #EAF7F6. Grayscale: #0C0C0C. Windows color (decimal): -15398903 or 591893. OLE color: 591893.
HSL color Cylindrical-coordinate representation of color #150809: hue angle of 355.38º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #150809 is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 8 | 9 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.92 |
| HSL | 355.38º | 0.45% | 0.06% | - |
| HSV(B) | 355.38º | 0.62% | 0.08% | - |
| XYZ | 0.45 | 0.35 | 0.3 | - |
| YUV | 12 | 126.31 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 8 | 9 | 0 | 0.62 | 0.57 | 0.92 | 355.38 | 0.45 | 0.06 |
| Hex | 15 | 8 | 9 | 0 | 3E | 39 | 5C | 163 | 2D | 6 |
| Octal | 25 | 10 | 11 | 0 | 76 | 71 | 134 | 543 | 55 | 6 |
| Binary | 10101 | 1000 | 1001 | 0 | 111110 | 111001 | 1011100 | 101100011 | 101101 | 110 |
Color Harmonies of #150809
Complementary color
Monochromatic Colors of #150809
Black with #150809
Text Example
Text Example
White with #150809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150809; }
p { color: rgb(21,8,9); }
H1.HeaderClassName
{
color: #150809;
}
.AnyTagClassName
{
color: #150809;
}
</style>
background-color css
<style>
a { background-color: #150809; }
a { background-color: rgb(21,8,9); }
div.DivClassName
{
background-color: #150809;
}
.BgClassName
{
background-color: #150809;
}
</style>
border-color css
<style>
span { border-color: #150809; }
span { border-color: rgb(21,8,9); }
td.TdClassName
{
border-color: #150809;
}
.TagClassName
{
border-color: #150809;
}
</style>