Shades of Rustic Red #2B0314
Tints of Rustic Red #2B0314
RGB
CMYK
RGB Variations
Color information
#2B0314 (or 0x2B0314) is known color: Rustic Red. HEX triplet: 2B, 03 and 14. RGB value is (43,3,20). Sum of RGB (Red+Green+Blue) = 43+3+20=66 (8% of max value = 765). Red value is 43 (17.19% from 255 or 65.15% from 66); Green value is 3 (1.56% from 255 or 4.55% from 66); Blue value is 20 (8.20% from 255 or 30.30% from 66); Max value from RGB is 43 - color contains mainly: red. Hex color #2B0314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B0314 is #D4FCEB. Grayscale: #101010. Windows color (decimal): -13958380 or 1311531. OLE color: 1311531.
HSL color Cylindrical-coordinate representation of color #2B0314: hue angle of 334.5º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2B0314 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 3 | 20 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.83 |
| HSL | 334.5º | 0.87% | 0.09% | - |
| HSV(B) | 334.5º | 0.93% | 0.17% | - |
| XYZ | 1.16 | 0.63 | 0.72 | - |
| YUV | 16.9 | 129.75 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 3 | 20 | 0 | 0.93 | 0.53 | 0.83 | 334.5 | 0.87 | 0.09 |
| Hex | 2B | 3 | 14 | 0 | 5D | 35 | 53 | 14E | 57 | 9 |
| Octal | 53 | 3 | 24 | 0 | 135 | 65 | 123 | 516 | 127 | 11 |
| Binary | 101011 | 11 | 10100 | 0 | 1011101 | 110101 | 1010011 | 101001110 | 1010111 | 1001 |
Color Harmonies of #2B0314
Complementary color
Monochromatic Colors of #2B0314
Black with #2B0314
Text Example
Text Example
White with #2B0314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0314; }
p { color: rgb(43,3,20); }
H1.HeaderClassName
{
color: #2B0314;
}
.AnyTagClassName
{
color: #2B0314;
}
</style>
background-color css
<style>
a { background-color: #2B0314; }
a { background-color: rgb(43,3,20); }
div.DivClassName
{
background-color: #2B0314;
}
.BgClassName
{
background-color: #2B0314;
}
</style>
border-color css
<style>
span { border-color: #2B0314; }
span { border-color: rgb(43,3,20); }
td.TdClassName
{
border-color: #2B0314;
}
.TagClassName
{
border-color: #2B0314;
}
</style>