Shades of Rustic Red #030102
Tints of Rustic Red #030102
RGB
CMYK
RGB Variations
Color information
#030102 (or 0x030102) is known color: Rustic Red. HEX triplet: 03, 01 and 02. RGB value is (3,1,2). Sum of RGB (Red+Green+Blue) = 3+1+2=6 (0% of max value = 765). Red value is 3 (1.56% from 255 or 50% from 6); Green value is 1 (0.78% from 255 or 16.67% from 6); Blue value is 2 (1.17% from 255 or 33.33% from 6); Max value from RGB is 3 - color contains mainly: red. Hex color #030102 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030102 is #FCFEFD. Grayscale: #010101. Windows color (decimal): -16580350 or 131331. OLE color: 131331.
HSL color Cylindrical-coordinate representation of color #030102: hue angle of 330º degrees, saturation: 0.5, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.01% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #030102 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.99.
Color convert
| RGB | 3 | 1 | 2 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.99 |
| HSL | 330º | 0.5% | 0.01% | - |
| HSV(B) | 330º | 0.67% | 0.01% | - |
| XYZ | 0.06 | 0.05 | 0.06 | - |
| YUV | 1.71 | 128.16 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 1 | 2 | 0 | 0.67 | 0.33 | 0.99 | 330 | 0.5 | 0.01 |
| Hex | 3 | 1 | 2 | 0 | 43 | 21 | 63 | 14A | 32 | 1 |
| Octal | 3 | 1 | 2 | 0 | 103 | 41 | 143 | 512 | 62 | 1 |
| Binary | 11 | 1 | 10 | 0 | 1000011 | 100001 | 1100011 | 101001010 | 110010 | 1 |
Color Harmonies of #030102
Complementary color
Monochromatic Colors of #030102
Black with #030102
Text Example
Text Example
White with #030102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030102; }
p { color: rgb(3,1,2); }
H1.HeaderClassName
{
color: #030102;
}
.AnyTagClassName
{
color: #030102;
}
</style>
background-color css
<style>
a { background-color: #030102; }
a { background-color: rgb(3,1,2); }
div.DivClassName
{
background-color: #030102;
}
.BgClassName
{
background-color: #030102;
}
</style>
border-color css
<style>
span { border-color: #030102; }
span { border-color: rgb(3,1,2); }
td.TdClassName
{
border-color: #030102;
}
.TagClassName
{
border-color: #030102;
}
</style>