Shades of Rustic Red #430F1A
Tints of Rustic Red #430F1A
RGB
CMYK
RGB Variations
Color information
#430F1A (or 0x430F1A) is known color: Rustic Red. HEX triplet: 43, 0F and 1A. RGB value is (67,15,26). Sum of RGB (Red+Green+Blue) = 67+15+26=108 (14% of max value = 765). Red value is 67 (26.56% from 255 or 62.04% from 108); Green value is 15 (6.25% from 255 or 13.89% from 108); Blue value is 26 (10.55% from 255 or 24.07% from 108); Max value from RGB is 67 - color contains mainly: red. Hex color #430F1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430F1A is #BCF0E5. Grayscale: #1F1F1F. Windows color (decimal): -12382438 or 1707843. OLE color: 1707843.
HSL color Cylindrical-coordinate representation of color #430F1A: hue angle of 347.31º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #430F1A is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 15 | 26 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.74 |
| HSL | 347.31º | 0.63% | 0.16% | - |
| HSV(B) | 347.31º | 0.78% | 0.26% | - |
| XYZ | 2.67 | 1.61 | 1.15 | - |
| YUV | 31.8 | 124.73 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 15 | 26 | 0 | 0.78 | 0.61 | 0.74 | 347.31 | 0.63 | 0.16 |
| Hex | 43 | F | 1A | 0 | 4E | 3D | 4A | 15B | 3F | 10 |
| Octal | 103 | 17 | 32 | 0 | 116 | 75 | 112 | 533 | 77 | 20 |
| Binary | 1000011 | 1111 | 11010 | 0 | 1001110 | 111101 | 1001010 | 101011011 | 111111 | 10000 |
Color Harmonies of #430F1A
Complementary color
Monochromatic Colors of #430F1A
Black with #430F1A
Text Example
Text Example
White with #430F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430F1A; }
p { color: rgb(67,15,26); }
H1.HeaderClassName
{
color: #430F1A;
}
.AnyTagClassName
{
color: #430F1A;
}
</style>
background-color css
<style>
a { background-color: #430F1A; }
a { background-color: rgb(67,15,26); }
div.DivClassName
{
background-color: #430F1A;
}
.BgClassName
{
background-color: #430F1A;
}
</style>
border-color css
<style>
span { border-color: #430F1A; }
span { border-color: rgb(67,15,26); }
td.TdClassName
{
border-color: #430F1A;
}
.TagClassName
{
border-color: #430F1A;
}
</style>