Shades of Rustic Red #430203
Tints of Rustic Red #430203
RGB
CMYK
RGB Variations
Color information
#430203 (or 0x430203) is known color: Rustic Red. HEX triplet: 43, 02 and 03. RGB value is (67,2,3). Sum of RGB (Red+Green+Blue) = 67+2+3=72 (9% of max value = 765). Red value is 67 (26.56% from 255 or 93.06% from 72); Green value is 2 (1.17% from 255 or 2.78% from 72); Blue value is 3 (1.56% from 255 or 4.17% from 72); Max value from RGB is 67 - color contains mainly: red. Hex color #430203 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430203 is #BCFDFC. Grayscale: #151515. Windows color (decimal): -12385789 or 197187. OLE color: 197187.
HSL color Cylindrical-coordinate representation of color #430203: hue angle of 359.08º 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 #430203 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 2 | 3 | - |
| CMYK | 0 | 0.97 | 0.96 | 0.74 |
| HSL | 359.08º | 0.94% | 0.14% | - |
| HSV(B) | 359.08º | 0.97% | 0.26% | - |
| XYZ | 2.35 | 1.24 | 0.2 | - |
| YUV | 21.55 | 117.53 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 2 | 3 | 0 | 0.97 | 0.96 | 0.74 | 359.08 | 0.94 | 0.14 |
| Hex | 43 | 2 | 3 | 0 | 61 | 60 | 4A | 167 | 5E | E |
| Octal | 103 | 2 | 3 | 0 | 141 | 140 | 112 | 547 | 136 | 16 |
| Binary | 1000011 | 10 | 11 | 0 | 1100001 | 1100000 | 1001010 | 101100111 | 1011110 | 1110 |
Color Harmonies of #430203
Complementary color
Monochromatic Colors of #430203
Black with #430203
Text Example
Text Example
White with #430203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430203; }
p { color: rgb(67,2,3); }
H1.HeaderClassName
{
color: #430203;
}
.AnyTagClassName
{
color: #430203;
}
</style>
background-color css
<style>
a { background-color: #430203; }
a { background-color: rgb(67,2,3); }
div.DivClassName
{
background-color: #430203;
}
.BgClassName
{
background-color: #430203;
}
</style>
border-color css
<style>
span { border-color: #430203; }
span { border-color: rgb(67,2,3); }
td.TdClassName
{
border-color: #430203;
}
.TagClassName
{
border-color: #430203;
}
</style>