Shades of Rustic Red #43030D
Tints of Rustic Red #43030D
RGB
CMYK
RGB Variations
Color information
#43030D (or 0x43030D) is known color: Rustic Red. HEX triplet: 43, 03 and 0D. RGB value is (67,3,13). Sum of RGB (Red+Green+Blue) = 67+3+13=83 (10% of max value = 765). Red value is 67 (26.56% from 255 or 80.72% from 83); Green value is 3 (1.56% from 255 or 3.61% from 83); Blue value is 13 (5.47% from 255 or 15.66% from 83); Max value from RGB is 67 - color contains mainly: red. Hex color #43030D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #43030D is #BCFCF2. Grayscale: #171717. Windows color (decimal): -12385523 or 852803. OLE color: 852803.
HSL color Cylindrical-coordinate representation of color #43030D: hue angle of 350.62º 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 #43030D is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 3 | 13 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.74 |
| HSL | 350.63º | 0.91% | 0.14% | - |
| HSV(B) | 350.63º | 0.96% | 0.26% | - |
| XYZ | 2.42 | 1.29 | 0.5 | - |
| YUV | 23.28 | 122.2 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 3 | 13 | 0 | 0.96 | 0.81 | 0.74 | 350.63 | 0.91 | 0.14 |
| Hex | 43 | 3 | D | 0 | 60 | 51 | 4A | 15F | 5B | E |
| Octal | 103 | 3 | 15 | 0 | 140 | 121 | 112 | 537 | 133 | 16 |
| Binary | 1000011 | 11 | 1101 | 0 | 1100000 | 1010001 | 1001010 | 101011111 | 1011011 | 1110 |
Color Harmonies of #43030D
Complementary color
Monochromatic Colors of #43030D
Black with #43030D
Text Example
Text Example
White with #43030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43030D; }
p { color: rgb(67,3,13); }
H1.HeaderClassName
{
color: #43030D;
}
.AnyTagClassName
{
color: #43030D;
}
</style>
background-color css
<style>
a { background-color: #43030D; }
a { background-color: rgb(67,3,13); }
div.DivClassName
{
background-color: #43030D;
}
.BgClassName
{
background-color: #43030D;
}
</style>
border-color css
<style>
span { border-color: #43030D; }
span { border-color: rgb(67,3,13); }
td.TdClassName
{
border-color: #43030D;
}
.TagClassName
{
border-color: #43030D;
}
</style>