Shades of Rustic Red #43020A
Tints of Rustic Red #43020A
RGB
CMYK
RGB Variations
Color information
#43020A (or 0x43020A) is known color: Rustic Red. HEX triplet: 43, 02 and 0A. RGB value is (67,2,10). Sum of RGB (Red+Green+Blue) = 67+2+10=79 (10% of max value = 765). Red value is 67 (26.56% from 255 or 84.81% from 79); Green value is 2 (1.17% from 255 or 2.53% from 79); Blue value is 10 (4.30% from 255 or 12.66% from 79); Max value from RGB is 67 - color contains mainly: red. Hex color #43020A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #43020A is #BCFDF5. Grayscale: #161616. Windows color (decimal): -12385782 or 655939. OLE color: 655939.
HSL color Cylindrical-coordinate representation of color #43020A: hue angle of 352.62º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #43020A is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 2 | 10 | - |
| CMYK | 0 | 0.97 | 0.85 | 0.74 |
| HSL | 352.62º | 0.94% | 0.14% | - |
| HSV(B) | 352.62º | 0.97% | 0.26% | - |
| XYZ | 2.39 | 1.26 | 0.4 | - |
| YUV | 22.35 | 121.03 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 2 | 10 | 0 | 0.97 | 0.85 | 0.74 | 352.62 | 0.94 | 0.14 |
| Hex | 43 | 2 | A | 0 | 61 | 55 | 4A | 161 | 5E | E |
| Octal | 103 | 2 | 12 | 0 | 141 | 125 | 112 | 541 | 136 | 16 |
| Binary | 1000011 | 10 | 1010 | 0 | 1100001 | 1010101 | 1001010 | 101100001 | 1011110 | 1110 |
Color Harmonies of #43020A
Complementary color
Monochromatic Colors of #43020A
Black with #43020A
Text Example
Text Example
White with #43020A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43020A; }
p { color: rgb(67,2,10); }
H1.HeaderClassName
{
color: #43020A;
}
.AnyTagClassName
{
color: #43020A;
}
</style>
background-color css
<style>
a { background-color: #43020A; }
a { background-color: rgb(67,2,10); }
div.DivClassName
{
background-color: #43020A;
}
.BgClassName
{
background-color: #43020A;
}
</style>
border-color css
<style>
span { border-color: #43020A; }
span { border-color: rgb(67,2,10); }
td.TdClassName
{
border-color: #43020A;
}
.TagClassName
{
border-color: #43020A;
}
</style>