Shades of Rustic Red #430C10
Tints of Rustic Red #430C10
RGB
CMYK
RGB Variations
Color information
#430C10 (or 0x430C10) is known color: Rustic Red. HEX triplet: 43, 0C and 10. RGB value is (67,12,16). Sum of RGB (Red+Green+Blue) = 67+12+16=95 (12% of max value = 765). Red value is 67 (26.56% from 255 or 70.53% from 95); Green value is 12 (5.08% from 255 or 12.63% from 95); Blue value is 16 (6.64% from 255 or 16.84% from 95); Max value from RGB is 67 - color contains mainly: red. Hex color #430C10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430C10 is #BCF3EF. Grayscale: #1C1C1C. Windows color (decimal): -12383216 or 1051715. OLE color: 1051715.
HSL color Cylindrical-coordinate representation of color #430C10: hue angle of 355.64º 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 #430C10 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 12 | 16 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.74 |
| HSL | 355.64º | 0.7% | 0.15% | - |
| HSV(B) | 355.64º | 0.82% | 0.26% | - |
| XYZ | 2.54 | 1.49 | 0.64 | - |
| YUV | 28.9 | 120.72 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 12 | 16 | 0 | 0.82 | 0.76 | 0.74 | 355.64 | 0.7 | 0.15 |
| Hex | 43 | C | 10 | 0 | 52 | 4C | 4A | 164 | 46 | F |
| Octal | 103 | 14 | 20 | 0 | 122 | 114 | 112 | 544 | 106 | 17 |
| Binary | 1000011 | 1100 | 10000 | 0 | 1010010 | 1001100 | 1001010 | 101100100 | 1000110 | 1111 |
Color Harmonies of #430C10
Complementary color
Monochromatic Colors of #430C10
Black with #430C10
Text Example
Text Example
White with #430C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430C10; }
p { color: rgb(67,12,16); }
H1.HeaderClassName
{
color: #430C10;
}
.AnyTagClassName
{
color: #430C10;
}
</style>
background-color css
<style>
a { background-color: #430C10; }
a { background-color: rgb(67,12,16); }
div.DivClassName
{
background-color: #430C10;
}
.BgClassName
{
background-color: #430C10;
}
</style>
border-color css
<style>
span { border-color: #430C10; }
span { border-color: rgb(67,12,16); }
td.TdClassName
{
border-color: #430C10;
}
.TagClassName
{
border-color: #430C10;
}
</style>