Shades of Rustic Red #1B050F
Tints of Rustic Red #1B050F
RGB
CMYK
RGB Variations
Color information
#1B050F (or 0x1B050F) is known color: Rustic Red. HEX triplet: 1B, 05 and 0F. RGB value is (27,5,15). Sum of RGB (Red+Green+Blue) = 27+5+15=47 (6% of max value = 765). Red value is 27 (10.94% from 255 or 57.45% from 47); Green value is 5 (2.34% from 255 or 10.64% from 47); Blue value is 15 (6.25% from 255 or 31.91% from 47); Max value from RGB is 27 - color contains mainly: red. Hex color #1B050F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B050F is #E4FAF0. Grayscale: #0C0C0C. Windows color (decimal): -15006449 or 984347. OLE color: 984347.
HSL color Cylindrical-coordinate representation of color #1B050F: hue angle of 332.73º degrees, saturation: 0.69, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B050F is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 5 | 15 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.89 |
| HSL | 332.73º | 0.69% | 0.06% | - |
| HSV(B) | 332.73º | 0.81% | 0.11% | - |
| XYZ | 0.59 | 0.38 | 0.49 | - |
| YUV | 12.72 | 129.29 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 5 | 15 | 0 | 0.81 | 0.44 | 0.89 | 332.73 | 0.69 | 0.06 |
| Hex | 1B | 5 | F | 0 | 51 | 2C | 59 | 14D | 45 | 6 |
| Octal | 33 | 5 | 17 | 0 | 121 | 54 | 131 | 515 | 105 | 6 |
| Binary | 11011 | 101 | 1111 | 0 | 1010001 | 101100 | 1011001 | 101001101 | 1000101 | 110 |
Color Harmonies of #1B050F
Complementary color
Monochromatic Colors of #1B050F
Black with #1B050F
Text Example
Text Example
White with #1B050F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B050F; }
p { color: rgb(27,5,15); }
H1.HeaderClassName
{
color: #1B050F;
}
.AnyTagClassName
{
color: #1B050F;
}
</style>
background-color css
<style>
a { background-color: #1B050F; }
a { background-color: rgb(27,5,15); }
div.DivClassName
{
background-color: #1B050F;
}
.BgClassName
{
background-color: #1B050F;
}
</style>
border-color css
<style>
span { border-color: #1B050F; }
span { border-color: rgb(27,5,15); }
td.TdClassName
{
border-color: #1B050F;
}
.TagClassName
{
border-color: #1B050F;
}
</style>