Shades of Rustic Red #430C0D
Tints of Rustic Red #430C0D
RGB
CMYK
RGB Variations
Color information
#430C0D (or 0x430C0D) is known color: Rustic Red. HEX triplet: 43, 0C and 0D. RGB value is (67,12,13). Sum of RGB (Red+Green+Blue) = 67+12+13=92 (12% of max value = 765). Red value is 67 (26.56% from 255 or 72.83% from 92); Green value is 12 (5.08% from 255 or 13.04% from 92); Blue value is 13 (5.47% from 255 or 14.13% from 92); Max value from RGB is 67 - color contains mainly: red. Hex color #430C0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430C0D is #BCF3F2. Grayscale: #1C1C1C. Windows color (decimal): -12383219 or 855107. OLE color: 855107.
HSL color Cylindrical-coordinate representation of color #430C0D: hue angle of 358.91º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #430C0D is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 12 | 13 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.74 |
| HSL | 358.91º | 0.7% | 0.15% | - |
| HSV(B) | 358.91º | 0.82% | 0.26% | - |
| XYZ | 2.52 | 1.49 | 0.53 | - |
| YUV | 28.56 | 119.22 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 12 | 13 | 0 | 0.82 | 0.81 | 0.74 | 358.91 | 0.7 | 0.15 |
| Hex | 43 | C | D | 0 | 52 | 51 | 4A | 167 | 46 | F |
| Octal | 103 | 14 | 15 | 0 | 122 | 121 | 112 | 547 | 106 | 17 |
| Binary | 1000011 | 1100 | 1101 | 0 | 1010010 | 1010001 | 1001010 | 101100111 | 1000110 | 1111 |
Color Harmonies of #430C0D
Complementary color
Monochromatic Colors of #430C0D
Black with #430C0D
Text Example
Text Example
White with #430C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430C0D; }
p { color: rgb(67,12,13); }
H1.HeaderClassName
{
color: #430C0D;
}
.AnyTagClassName
{
color: #430C0D;
}
</style>
background-color css
<style>
a { background-color: #430C0D; }
a { background-color: rgb(67,12,13); }
div.DivClassName
{
background-color: #430C0D;
}
.BgClassName
{
background-color: #430C0D;
}
</style>
border-color css
<style>
span { border-color: #430C0D; }
span { border-color: rgb(67,12,13); }
td.TdClassName
{
border-color: #430C0D;
}
.TagClassName
{
border-color: #430C0D;
}
</style>