Shades of Rustic Red #430B0F
Tints of Rustic Red #430B0F
RGB
CMYK
RGB Variations
Color information
#430B0F (or 0x430B0F) is known color: Rustic Red. HEX triplet: 43, 0B and 0F. RGB value is (67,11,15). Sum of RGB (Red+Green+Blue) = 67+11+15=93 (12% of max value = 765). Red value is 67 (26.56% from 255 or 72.04% from 93); Green value is 11 (4.69% from 255 or 11.83% from 93); Blue value is 15 (6.25% from 255 or 16.13% from 93); Max value from RGB is 67 - color contains mainly: red. Hex color #430B0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430B0F is #BCF4F0. Grayscale: #1C1C1C. Windows color (decimal): -12383473 or 985923. OLE color: 985923.
HSL color Cylindrical-coordinate representation of color #430B0F: hue angle of 355.71º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #430B0F is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 11 | 15 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.74 |
| HSL | 355.71º | 0.72% | 0.15% | - |
| HSV(B) | 355.71º | 0.84% | 0.26% | - |
| XYZ | 2.52 | 1.47 | 0.6 | - |
| YUV | 28.2 | 120.55 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 11 | 15 | 0 | 0.84 | 0.78 | 0.74 | 355.71 | 0.72 | 0.15 |
| Hex | 43 | B | F | 0 | 54 | 4E | 4A | 164 | 48 | F |
| Octal | 103 | 13 | 17 | 0 | 124 | 116 | 112 | 544 | 110 | 17 |
| Binary | 1000011 | 1011 | 1111 | 0 | 1010100 | 1001110 | 1001010 | 101100100 | 1001000 | 1111 |
Color Harmonies of #430B0F
Complementary color
Monochromatic Colors of #430B0F
Black with #430B0F
Text Example
Text Example
White with #430B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430B0F; }
p { color: rgb(67,11,15); }
H1.HeaderClassName
{
color: #430B0F;
}
.AnyTagClassName
{
color: #430B0F;
}
</style>
background-color css
<style>
a { background-color: #430B0F; }
a { background-color: rgb(67,11,15); }
div.DivClassName
{
background-color: #430B0F;
}
.BgClassName
{
background-color: #430B0F;
}
</style>
border-color css
<style>
span { border-color: #430B0F; }
span { border-color: rgb(67,11,15); }
td.TdClassName
{
border-color: #430B0F;
}
.TagClassName
{
border-color: #430B0F;
}
</style>