Shades of Rustic Red #43050D
Tints of Rustic Red #43050D
RGB
CMYK
RGB Variations
Color information
#43050D (or 0x43050D) is known color: Rustic Red. HEX triplet: 43, 05 and 0D. RGB value is (67,5,13). Sum of RGB (Red+Green+Blue) = 67+5+13=85 (11% of max value = 765). Red value is 67 (26.56% from 255 or 78.82% from 85); Green value is 5 (2.34% from 255 or 5.88% from 85); Blue value is 13 (5.47% from 255 or 15.29% from 85); Max value from RGB is 67 - color contains mainly: red. Hex color #43050D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #43050D is #BCFAF2. Grayscale: #181818. Windows color (decimal): -12385011 or 853315. OLE color: 853315.
HSL color Cylindrical-coordinate representation of color #43050D: hue angle of 352.26º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #43050D is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 5 | 13 | - |
| CMYK | 0 | 0.93 | 0.81 | 0.74 |
| HSL | 352.26º | 0.86% | 0.14% | - |
| HSV(B) | 352.26º | 0.93% | 0.26% | - |
| XYZ | 2.44 | 1.33 | 0.51 | - |
| YUV | 24.45 | 121.54 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 5 | 13 | 0 | 0.93 | 0.81 | 0.74 | 352.26 | 0.86 | 0.14 |
| Hex | 43 | 5 | D | 0 | 5D | 51 | 4A | 160 | 56 | E |
| Octal | 103 | 5 | 15 | 0 | 135 | 121 | 112 | 540 | 126 | 16 |
| Binary | 1000011 | 101 | 1101 | 0 | 1011101 | 1010001 | 1001010 | 101100000 | 1010110 | 1110 |
Color Harmonies of #43050D
Complementary color
Monochromatic Colors of #43050D
Black with #43050D
Text Example
Text Example
White with #43050D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43050D; }
p { color: rgb(67,5,13); }
H1.HeaderClassName
{
color: #43050D;
}
.AnyTagClassName
{
color: #43050D;
}
</style>
background-color css
<style>
a { background-color: #43050D; }
a { background-color: rgb(67,5,13); }
div.DivClassName
{
background-color: #43050D;
}
.BgClassName
{
background-color: #43050D;
}
</style>
border-color css
<style>
span { border-color: #43050D; }
span { border-color: rgb(67,5,13); }
td.TdClassName
{
border-color: #43050D;
}
.TagClassName
{
border-color: #43050D;
}
</style>