Shades of Rustic Red #43030B
Tints of Rustic Red #43030B
RGB
CMYK
RGB Variations
Color information
#43030B (or 0x43030B) is known color: Rustic Red. HEX triplet: 43, 03 and 0B. RGB value is (67,3,11). Sum of RGB (Red+Green+Blue) = 67+3+11=81 (10% of max value = 765). Red value is 67 (26.56% from 255 or 82.72% from 81); Green value is 3 (1.56% from 255 or 3.70% from 81); Blue value is 11 (4.69% from 255 or 13.58% from 81); Max value from RGB is 67 - color contains mainly: red. Hex color #43030B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #43030B is #BCFCF4. Grayscale: #171717. Windows color (decimal): -12385525 or 721731. OLE color: 721731.
HSL color Cylindrical-coordinate representation of color #43030B: hue angle of 352.5º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #43030B is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 3 | 11 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.74 |
| HSL | 352.5º | 0.91% | 0.14% | - |
| HSV(B) | 352.5º | 0.96% | 0.26% | - |
| XYZ | 2.41 | 1.28 | 0.44 | - |
| YUV | 23.05 | 121.2 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 3 | 11 | 0 | 0.96 | 0.84 | 0.74 | 352.5 | 0.91 | 0.14 |
| Hex | 43 | 3 | B | 0 | 60 | 54 | 4A | 160 | 5B | E |
| Octal | 103 | 3 | 13 | 0 | 140 | 124 | 112 | 540 | 133 | 16 |
| Binary | 1000011 | 11 | 1011 | 0 | 1100000 | 1010100 | 1001010 | 101100000 | 1011011 | 1110 |
Color Harmonies of #43030B
Complementary color
Monochromatic Colors of #43030B
Black with #43030B
Text Example
Text Example
White with #43030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43030B; }
p { color: rgb(67,3,11); }
H1.HeaderClassName
{
color: #43030B;
}
.AnyTagClassName
{
color: #43030B;
}
</style>
background-color css
<style>
a { background-color: #43030B; }
a { background-color: rgb(67,3,11); }
div.DivClassName
{
background-color: #43030B;
}
.BgClassName
{
background-color: #43030B;
}
</style>
border-color css
<style>
span { border-color: #43030B; }
span { border-color: rgb(67,3,11); }
td.TdClassName
{
border-color: #43030B;
}
.TagClassName
{
border-color: #43030B;
}
</style>