Shades of Rustic Red #430E1A
Tints of Rustic Red #430E1A
RGB
CMYK
RGB Variations
Color information
#430E1A (or 0x430E1A) is known color: Rustic Red. HEX triplet: 43, 0E and 1A. RGB value is (67,14,26). Sum of RGB (Red+Green+Blue) = 67+14+26=107 (14% of max value = 765). Red value is 67 (26.56% from 255 or 62.62% from 107); Green value is 14 (5.86% from 255 or 13.08% from 107); Blue value is 26 (10.55% from 255 or 24.30% from 107); Max value from RGB is 67 - color contains mainly: red. Hex color #430E1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430E1A is #BCF1E5. Grayscale: #1F1F1F. Windows color (decimal): -12382694 or 1707587. OLE color: 1707587.
HSL color Cylindrical-coordinate representation of color #430E1A: hue angle of 346.42º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #430E1A is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 14 | 26 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.74 |
| HSL | 346.42º | 0.65% | 0.16% | - |
| HSV(B) | 346.42º | 0.79% | 0.26% | - |
| XYZ | 2.66 | 1.58 | 1.14 | - |
| YUV | 31.22 | 125.06 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 14 | 26 | 0 | 0.79 | 0.61 | 0.74 | 346.42 | 0.65 | 0.16 |
| Hex | 43 | E | 1A | 0 | 4F | 3D | 4A | 15A | 41 | 10 |
| Octal | 103 | 16 | 32 | 0 | 117 | 75 | 112 | 532 | 101 | 20 |
| Binary | 1000011 | 1110 | 11010 | 0 | 1001111 | 111101 | 1001010 | 101011010 | 1000001 | 10000 |
Color Harmonies of #430E1A
Complementary color
Monochromatic Colors of #430E1A
Black with #430E1A
Text Example
Text Example
White with #430E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430E1A; }
p { color: rgb(67,14,26); }
H1.HeaderClassName
{
color: #430E1A;
}
.AnyTagClassName
{
color: #430E1A;
}
</style>
background-color css
<style>
a { background-color: #430E1A; }
a { background-color: rgb(67,14,26); }
div.DivClassName
{
background-color: #430E1A;
}
.BgClassName
{
background-color: #430E1A;
}
</style>
border-color css
<style>
span { border-color: #430E1A; }
span { border-color: rgb(67,14,26); }
td.TdClassName
{
border-color: #430E1A;
}
.TagClassName
{
border-color: #430E1A;
}
</style>