Shades of Rustic Red #43060C
Tints of Rustic Red #43060C
RGB
CMYK
RGB Variations
Color information
#43060C (or 0x43060C) is known color: Rustic Red. HEX triplet: 43, 06 and 0C. RGB value is (67,6,12). Sum of RGB (Red+Green+Blue) = 67+6+12=85 (11% of max value = 765). Red value is 67 (26.56% from 255 or 78.82% from 85); Green value is 6 (2.73% from 255 or 7.06% from 85); Blue value is 12 (5.08% from 255 or 14.12% from 85); Max value from RGB is 67 - color contains mainly: red. Hex color #43060C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #43060C is #BCF9F3. Grayscale: #181818. Windows color (decimal): -12384756 or 788035. OLE color: 788035.
HSL color Cylindrical-coordinate representation of color #43060C: hue angle of 354.1º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #43060C is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 6 | 12 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.74 |
| HSL | 354.1º | 0.84% | 0.14% | - |
| HSV(B) | 354.1º | 0.91% | 0.26% | - |
| XYZ | 2.45 | 1.35 | 0.48 | - |
| YUV | 24.92 | 120.71 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 6 | 12 | 0 | 0.91 | 0.82 | 0.74 | 354.1 | 0.84 | 0.14 |
| Hex | 43 | 6 | C | 0 | 5B | 52 | 4A | 162 | 54 | E |
| Octal | 103 | 6 | 14 | 0 | 133 | 122 | 112 | 542 | 124 | 16 |
| Binary | 1000011 | 110 | 1100 | 0 | 1011011 | 1010010 | 1001010 | 101100010 | 1010100 | 1110 |
Color Harmonies of #43060C
Complementary color
Monochromatic Colors of #43060C
Black with #43060C
Text Example
Text Example
White with #43060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43060C; }
p { color: rgb(67,6,12); }
H1.HeaderClassName
{
color: #43060C;
}
.AnyTagClassName
{
color: #43060C;
}
</style>
background-color css
<style>
a { background-color: #43060C; }
a { background-color: rgb(67,6,12); }
div.DivClassName
{
background-color: #43060C;
}
.BgClassName
{
background-color: #43060C;
}
</style>
border-color css
<style>
span { border-color: #43060C; }
span { border-color: rgb(67,6,12); }
td.TdClassName
{
border-color: #43060C;
}
.TagClassName
{
border-color: #43060C;
}
</style>