Shades of Rustic Red #43080C
Tints of Rustic Red #43080C
RGB
CMYK
RGB Variations
Color information
#43080C (or 0x43080C) is known color: Rustic Red. HEX triplet: 43, 08 and 0C. RGB value is (67,8,12). Sum of RGB (Red+Green+Blue) = 67+8+12=87 (11% of max value = 765). Red value is 67 (26.56% from 255 or 77.01% from 87); Green value is 8 (3.52% from 255 or 9.20% from 87); Blue value is 12 (5.08% from 255 or 13.79% from 87); Max value from RGB is 67 - color contains mainly: red. Hex color #43080C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #43080C is #BCF7F3. Grayscale: #1A1A1A. Windows color (decimal): -12384244 or 788547. OLE color: 788547.
HSL color Cylindrical-coordinate representation of color #43080C: hue angle of 355.93º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #43080C is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 8 | 12 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.74 |
| HSL | 355.93º | 0.79% | 0.15% | - |
| HSV(B) | 355.93º | 0.88% | 0.26% | - |
| XYZ | 2.47 | 1.39 | 0.49 | - |
| YUV | 26.1 | 120.05 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 8 | 12 | 0 | 0.88 | 0.82 | 0.74 | 355.93 | 0.79 | 0.15 |
| Hex | 43 | 8 | C | 0 | 58 | 52 | 4A | 164 | 4F | F |
| Octal | 103 | 10 | 14 | 0 | 130 | 122 | 112 | 544 | 117 | 17 |
| Binary | 1000011 | 1000 | 1100 | 0 | 1011000 | 1010010 | 1001010 | 101100100 | 1001111 | 1111 |
Color Harmonies of #43080C
Complementary color
Monochromatic Colors of #43080C
Black with #43080C
Text Example
Text Example
White with #43080C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43080C; }
p { color: rgb(67,8,12); }
H1.HeaderClassName
{
color: #43080C;
}
.AnyTagClassName
{
color: #43080C;
}
</style>
background-color css
<style>
a { background-color: #43080C; }
a { background-color: rgb(67,8,12); }
div.DivClassName
{
background-color: #43080C;
}
.BgClassName
{
background-color: #43080C;
}
</style>
border-color css
<style>
span { border-color: #43080C; }
span { border-color: rgb(67,8,12); }
td.TdClassName
{
border-color: #43080C;
}
.TagClassName
{
border-color: #43080C;
}
</style>