Shades of Rustic Red #430D15
Tints of Rustic Red #430D15
RGB
CMYK
RGB Variations
Color information
#430D15 (or 0x430D15) is known color: Rustic Red. HEX triplet: 43, 0D and 15. RGB value is (67,13,21). Sum of RGB (Red+Green+Blue) = 67+13+21=101 (13% of max value = 765). Red value is 67 (26.56% from 255 or 66.34% from 101); Green value is 13 (5.47% from 255 or 12.87% from 101); Blue value is 21 (8.59% from 255 or 20.79% from 101); Max value from RGB is 67 - color contains mainly: red. Hex color #430D15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430D15 is #BCF2EA. Grayscale: #1E1E1E. Windows color (decimal): -12382955 or 1379651. OLE color: 1379651.
HSL color Cylindrical-coordinate representation of color #430D15: hue angle of 351.11º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #430D15 is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 13 | 21 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.74 |
| HSL | 351.11º | 0.68% | 0.16% | - |
| HSV(B) | 351.11º | 0.81% | 0.26% | - |
| XYZ | 2.59 | 1.54 | 0.87 | - |
| YUV | 30.06 | 122.89 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 21 | 0 | 0.81 | 0.69 | 0.74 | 351.11 | 0.68 | 0.16 |
| Hex | 43 | D | 15 | 0 | 51 | 45 | 4A | 15F | 44 | 10 |
| Octal | 103 | 15 | 25 | 0 | 121 | 105 | 112 | 537 | 104 | 20 |
| Binary | 1000011 | 1101 | 10101 | 0 | 1010001 | 1000101 | 1001010 | 101011111 | 1000100 | 10000 |
Color Harmonies of #430D15
Complementary color
Monochromatic Colors of #430D15
Black with #430D15
Text Example
Text Example
White with #430D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430D15; }
p { color: rgb(67,13,21); }
H1.HeaderClassName
{
color: #430D15;
}
.AnyTagClassName
{
color: #430D15;
}
</style>
background-color css
<style>
a { background-color: #430D15; }
a { background-color: rgb(67,13,21); }
div.DivClassName
{
background-color: #430D15;
}
.BgClassName
{
background-color: #430D15;
}
</style>
border-color css
<style>
span { border-color: #430D15; }
span { border-color: rgb(67,13,21); }
td.TdClassName
{
border-color: #430D15;
}
.TagClassName
{
border-color: #430D15;
}
</style>