Shades of Rustic Red #430B18
Tints of Rustic Red #430B18
RGB
CMYK
RGB Variations
Color information
#430B18 (or 0x430B18) is known color: Rustic Red. HEX triplet: 43, 0B and 18. RGB value is (67,11,24). Sum of RGB (Red+Green+Blue) = 67+11+24=102 (13% of max value = 765). Red value is 67 (26.56% from 255 or 65.69% from 102); Green value is 11 (4.69% from 255 or 10.78% from 102); Blue value is 24 (9.77% from 255 or 23.53% from 102); Max value from RGB is 67 - color contains mainly: red. Hex color #430B18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430B18 is #BCF4E7. Grayscale: #1D1D1D. Windows color (decimal): -12383464 or 1575747. OLE color: 1575747.
HSL color Cylindrical-coordinate representation of color #430B18: hue angle of 346.07º 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 #430B18 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 11 | 24 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.74 |
| HSL | 346.07º | 0.72% | 0.15% | - |
| HSV(B) | 346.07º | 0.84% | 0.26% | - |
| XYZ | 2.6 | 1.5 | 1.02 | - |
| YUV | 29.23 | 125.05 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 11 | 24 | 0 | 0.84 | 0.64 | 0.74 | 346.07 | 0.72 | 0.15 |
| Hex | 43 | B | 18 | 0 | 54 | 40 | 4A | 15A | 48 | F |
| Octal | 103 | 13 | 30 | 0 | 124 | 100 | 112 | 532 | 110 | 17 |
| Binary | 1000011 | 1011 | 11000 | 0 | 1010100 | 1000000 | 1001010 | 101011010 | 1001000 | 1111 |
Color Harmonies of #430B18
Complementary color
Monochromatic Colors of #430B18
Black with #430B18
Text Example
Text Example
White with #430B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430B18; }
p { color: rgb(67,11,24); }
H1.HeaderClassName
{
color: #430B18;
}
.AnyTagClassName
{
color: #430B18;
}
</style>
background-color css
<style>
a { background-color: #430B18; }
a { background-color: rgb(67,11,24); }
div.DivClassName
{
background-color: #430B18;
}
.BgClassName
{
background-color: #430B18;
}
</style>
border-color css
<style>
span { border-color: #430B18; }
span { border-color: rgb(67,11,24); }
td.TdClassName
{
border-color: #430B18;
}
.TagClassName
{
border-color: #430B18;
}
</style>