Shades of Rustic Red #2B1213
Tints of Rustic Red #2B1213
RGB
CMYK
RGB Variations
Color information
#2B1213 (or 0x2B1213) is known color: Rustic Red. HEX triplet: 2B, 12 and 13. RGB value is (43,18,19). Sum of RGB (Red+Green+Blue) = 43+18+19=80 (10% of max value = 765). Red value is 43 (17.19% from 255 or 53.75% from 80); Green value is 18 (7.42% from 255 or 22.5% from 80); Blue value is 19 (7.81% from 255 or 23.75% from 80); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1213 is #D4EDEC. Grayscale: #191919. Windows color (decimal): -13954541 or 1249835. OLE color: 1249835.
HSL color Cylindrical-coordinate representation of color #2B1213: hue angle of 357.6º degrees, saturation: 0.41, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B1213 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.83.
Color convert
RGB | 43 | 18 | 19 | - |
CMYK | 0 | 0.58 | 0.56 | 0.83 |
HSL | 357.6º | 0.41% | 0.12% | - |
HSV(B) | 357.6º | 0.58% | 0.17% | - |
XYZ | 1.33 | 0.99 | 0.74 | - |
YUV | 25.59 | 124.28 | 140.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 18 | 19 | 0 | 0.58 | 0.56 | 0.83 | 357.6 | 0.41 | 0.12 |
Hex | 2B | 12 | 13 | 0 | 3A | 38 | 53 | 166 | 29 | C |
Octal | 53 | 22 | 23 | 0 | 72 | 70 | 123 | 546 | 51 | 14 |
Binary | 101011 | 10010 | 10011 | 0 | 111010 | 111000 | 1010011 | 101100110 | 101001 | 1100 |
Color Harmonies of #2B1213
Complementary color
Monochromatic Colors of #2B1213
Black with #2B1213
Text Example
Text Example
White with #2B1213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1213; }
p { color: rgb(43,18,19); }
H1.HeaderClassName
{
color: #2B1213;
}
.AnyTagClassName
{
color: #2B1213;
}
</style>
background-color css
<style>
a { background-color: #2B1213; }
a { background-color: rgb(43,18,19); }
div.DivClassName
{
background-color: #2B1213;
}
.BgClassName
{
background-color: #2B1213;
}
</style>
border-color css
<style>
span { border-color: #2B1213; }
span { border-color: rgb(43,18,19); }
td.TdClassName
{
border-color: #2B1213;
}
.TagClassName
{
border-color: #2B1213;
}
</style>