Shades of Rustic Red #28030C
Tints of Rustic Red #28030C
RGB
CMYK
RGB Variations
Color information
#28030C (or 0x28030C) is known color: Rustic Red. HEX triplet: 28, 03 and 0C. RGB value is (40,3,12). Sum of RGB (Red+Green+Blue) = 40+3+12=55 (7% of max value = 765). Red value is 40 (16.02% from 255 or 72.73% from 55); Green value is 3 (1.56% from 255 or 5.45% from 55); Blue value is 12 (5.08% from 255 or 21.82% from 55); Max value from RGB is 40 - color contains mainly: red. Hex color #28030C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28030C is #D7FCF3. Grayscale: #0F0F0F. Windows color (decimal): -14154996 or 787240. OLE color: 787240.
HSL color Cylindrical-coordinate representation of color #28030C: hue angle of 345.41º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #28030C is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 3 | 12 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.84 |
| HSL | 345.41º | 0.86% | 0.08% | - |
| HSV(B) | 345.41º | 0.93% | 0.16% | - |
| XYZ | 0.97 | 0.54 | 0.4 | - |
| YUV | 15.09 | 126.26 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 3 | 12 | 0 | 0.93 | 0.70 | 0.84 | 345.41 | 0.86 | 0.08 |
| Hex | 28 | 3 | C | 0 | 5D | 46 | 54 | 159 | 56 | 8 |
| Octal | 50 | 3 | 14 | 0 | 135 | 106 | 124 | 531 | 126 | 10 |
| Binary | 101000 | 11 | 1100 | 0 | 1011101 | 1000110 | 1010100 | 101011001 | 1010110 | 1000 |
Color Harmonies of #28030C
Complementary color
Monochromatic Colors of #28030C
Black with #28030C
Text Example
Text Example
White with #28030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28030C; }
p { color: rgb(40,3,12); }
H1.HeaderClassName
{
color: #28030C;
}
.AnyTagClassName
{
color: #28030C;
}
</style>
background-color css
<style>
a { background-color: #28030C; }
a { background-color: rgb(40,3,12); }
div.DivClassName
{
background-color: #28030C;
}
.BgClassName
{
background-color: #28030C;
}
</style>
border-color css
<style>
span { border-color: #28030C; }
span { border-color: rgb(40,3,12); }
td.TdClassName
{
border-color: #28030C;
}
.TagClassName
{
border-color: #28030C;
}
</style>