Shades of Rustic Red #43000A
Tints of Rustic Red #43000A
RGB
CMYK
RGB Variations
Color information
#43000A (or 0x43000A) is known color: Rustic Red. HEX triplet: 43, 00 and 0A. RGB value is (67,0,10). Sum of RGB (Red+Green+Blue) = 67+0+10=77 (10% of max value = 765). Red value is 67 (26.56% from 255 or 87.01% from 77); Green value is 0 (0.39% from 255 or 0% from 77); Blue value is 10 (4.30% from 255 or 12.99% from 77); Max value from RGB is 67 - color contains mainly: red. Hex color #43000A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #43000A is #BCFFF5. Grayscale: #151515. Windows color (decimal): -12386294 or 655427. OLE color: 655427.
HSL color Cylindrical-coordinate representation of color #43000A: hue angle of 351.04º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #43000A is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 0 | 10 | - |
| CMYK | 0 | 1 | 0.85 | 0.74 |
| HSL | 351.04º | 1% | 0.13% | - |
| HSV(B) | 351.04º | 1% | 0.26% | - |
| XYZ | 2.37 | 1.22 | 0.4 | - |
| YUV | 21.17 | 121.7 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 0 | 10 | 0 | 1 | 0.85 | 0.74 | 351.04 | 1 | 0.13 |
| Hex | 43 | 0 | A | 0 | 64 | 55 | 4A | 15F | 64 | D |
| Octal | 103 | 0 | 12 | 0 | 144 | 125 | 112 | 537 | 144 | 15 |
| Binary | 1000011 | 0 | 1010 | 0 | 1100100 | 1010101 | 1001010 | 101011111 | 1100100 | 1101 |
Color Harmonies of #43000A
Complementary color
Monochromatic Colors of #43000A
Black with #43000A
Text Example
Text Example
White with #43000A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43000A; }
p { color: rgb(67,0,10); }
H1.HeaderClassName
{
color: #43000A;
}
.AnyTagClassName
{
color: #43000A;
}
</style>
background-color css
<style>
a { background-color: #43000A; }
a { background-color: rgb(67,0,10); }
div.DivClassName
{
background-color: #43000A;
}
.BgClassName
{
background-color: #43000A;
}
</style>
border-color css
<style>
span { border-color: #43000A; }
span { border-color: rgb(67,0,10); }
td.TdClassName
{
border-color: #43000A;
}
.TagClassName
{
border-color: #43000A;
}
</style>