Shades of Rustic Red #430B13
Tints of Rustic Red #430B13
RGB
CMYK
RGB Variations
Color information
#430B13 (or 0x430B13) is known color: Rustic Red. HEX triplet: 43, 0B and 13. RGB value is (67,11,19). Sum of RGB (Red+Green+Blue) = 67+11+19=97 (12% of max value = 765). Red value is 67 (26.56% from 255 or 69.07% from 97); Green value is 11 (4.69% from 255 or 11.34% from 97); Blue value is 19 (7.81% from 255 or 19.59% from 97); Max value from RGB is 67 - color contains mainly: red. Hex color #430B13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430B13 is #BCF4EC. Grayscale: #1C1C1C. Windows color (decimal): -12383469 or 1248067. OLE color: 1248067.
HSL color Cylindrical-coordinate representation of color #430B13: hue angle of 351.43º 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 #430B13 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 11 | 19 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.74 |
| HSL | 351.43º | 0.72% | 0.15% | - |
| HSV(B) | 351.43º | 0.84% | 0.26% | - |
| XYZ | 2.55 | 1.48 | 0.77 | - |
| YUV | 28.66 | 122.55 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 11 | 19 | 0 | 0.84 | 0.72 | 0.74 | 351.43 | 0.72 | 0.15 |
| Hex | 43 | B | 13 | 0 | 54 | 48 | 4A | 15F | 48 | F |
| Octal | 103 | 13 | 23 | 0 | 124 | 110 | 112 | 537 | 110 | 17 |
| Binary | 1000011 | 1011 | 10011 | 0 | 1010100 | 1001000 | 1001010 | 101011111 | 1001000 | 1111 |
Color Harmonies of #430B13
Complementary color
Monochromatic Colors of #430B13
Black with #430B13
Text Example
Text Example
White with #430B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430B13; }
p { color: rgb(67,11,19); }
H1.HeaderClassName
{
color: #430B13;
}
.AnyTagClassName
{
color: #430B13;
}
</style>
background-color css
<style>
a { background-color: #430B13; }
a { background-color: rgb(67,11,19); }
div.DivClassName
{
background-color: #430B13;
}
.BgClassName
{
background-color: #430B13;
}
</style>
border-color css
<style>
span { border-color: #430B13; }
span { border-color: rgb(67,11,19); }
td.TdClassName
{
border-color: #430B13;
}
.TagClassName
{
border-color: #430B13;
}
</style>