Shades of Rustic Red #430208
Tints of Rustic Red #430208
RGB
CMYK
RGB Variations
Color information
#430208 (or 0x430208) is known color: Rustic Red. HEX triplet: 43, 02 and 08. RGB value is (67,2,8). Sum of RGB (Red+Green+Blue) = 67+2+8=77 (10% of max value = 765). Red value is 67 (26.56% from 255 or 87.01% from 77); Green value is 2 (1.17% from 255 or 2.60% from 77); Blue value is 8 (3.52% from 255 or 10.39% from 77); Max value from RGB is 67 - color contains mainly: red. Hex color #430208 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430208 is #BCFDF7. Grayscale: #161616. Windows color (decimal): -12385784 or 524867. OLE color: 524867.
HSL color Cylindrical-coordinate representation of color #430208: hue angle of 354.46º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #430208 is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 2 | 8 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.74 |
| HSL | 354.46º | 0.94% | 0.14% | - |
| HSV(B) | 354.46º | 0.97% | 0.26% | - |
| XYZ | 2.38 | 1.25 | 0.35 | - |
| YUV | 22.12 | 120.03 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 2 | 8 | 0 | 0.97 | 0.88 | 0.74 | 354.46 | 0.94 | 0.14 |
| Hex | 43 | 2 | 8 | 0 | 61 | 58 | 4A | 162 | 5E | E |
| Octal | 103 | 2 | 10 | 0 | 141 | 130 | 112 | 542 | 136 | 16 |
| Binary | 1000011 | 10 | 1000 | 0 | 1100001 | 1011000 | 1001010 | 101100010 | 1011110 | 1110 |
Color Harmonies of #430208
Complementary color
Monochromatic Colors of #430208
Black with #430208
Text Example
Text Example
White with #430208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430208; }
p { color: rgb(67,2,8); }
H1.HeaderClassName
{
color: #430208;
}
.AnyTagClassName
{
color: #430208;
}
</style>
background-color css
<style>
a { background-color: #430208; }
a { background-color: rgb(67,2,8); }
div.DivClassName
{
background-color: #430208;
}
.BgClassName
{
background-color: #430208;
}
</style>
border-color css
<style>
span { border-color: #430208; }
span { border-color: rgb(67,2,8); }
td.TdClassName
{
border-color: #430208;
}
.TagClassName
{
border-color: #430208;
}
</style>