Shades of Rustic Red #43111A
Tints of Rustic Red #43111A
RGB
CMYK
RGB Variations
Color information
#43111A (or 0x43111A) is known color: Rustic Red. HEX triplet: 43, 11 and 1A. RGB value is (67,17,26). Sum of RGB (Red+Green+Blue) = 67+17+26=110 (14% of max value = 765). Red value is 67 (26.56% from 255 or 60.91% from 110); Green value is 17 (7.03% from 255 or 15.45% from 110); Blue value is 26 (10.55% from 255 or 23.64% from 110); Max value from RGB is 67 - color contains mainly: red. Hex color #43111A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43111A is #BCEEE5. Grayscale: #202020. Windows color (decimal): -12381926 or 1708355. OLE color: 1708355.
HSL color Cylindrical-coordinate representation of color #43111A: hue angle of 349.2º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #43111A is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 17 | 26 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.74 |
| HSL | 349.2º | 0.6% | 0.16% | - |
| HSV(B) | 349.2º | 0.75% | 0.26% | - |
| XYZ | 2.7 | 1.67 | 1.16 | - |
| YUV | 32.98 | 124.07 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 17 | 26 | 0 | 0.75 | 0.61 | 0.74 | 349.2 | 0.6 | 0.16 |
| Hex | 43 | 11 | 1A | 0 | 4B | 3D | 4A | 15D | 3C | 10 |
| Octal | 103 | 21 | 32 | 0 | 113 | 75 | 112 | 535 | 74 | 20 |
| Binary | 1000011 | 10001 | 11010 | 0 | 1001011 | 111101 | 1001010 | 101011101 | 111100 | 10000 |
Color Harmonies of #43111A
Complementary color
Monochromatic Colors of #43111A
Black with #43111A
Text Example
Text Example
White with #43111A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43111A; }
p { color: rgb(67,17,26); }
H1.HeaderClassName
{
color: #43111A;
}
.AnyTagClassName
{
color: #43111A;
}
</style>
background-color css
<style>
a { background-color: #43111A; }
a { background-color: rgb(67,17,26); }
div.DivClassName
{
background-color: #43111A;
}
.BgClassName
{
background-color: #43111A;
}
</style>
border-color css
<style>
span { border-color: #43111A; }
span { border-color: rgb(67,17,26); }
td.TdClassName
{
border-color: #43111A;
}
.TagClassName
{
border-color: #43111A;
}
</style>