Shades of Rustic Red #450612
Tints of Rustic Red #450612
RGB
CMYK
RGB Variations
Color information
#450612 (or 0x450612) is known color: Rustic Red. HEX triplet: 45, 06 and 12. RGB value is (69,6,18). Sum of RGB (Red+Green+Blue) = 69+6+18=93 (12% of max value = 765). Red value is 69 (27.34% from 255 or 74.19% from 93); Green value is 6 (2.73% from 255 or 6.45% from 93); Blue value is 18 (7.42% from 255 or 19.35% from 93); Max value from RGB is 69 - color contains mainly: red. Hex color #450612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450612 is #BAF9ED. Grayscale: #1A1A1A. Windows color (decimal): -12253678 or 1181253. OLE color: 1181253.
HSL color Cylindrical-coordinate representation of color #450612: hue angle of 348.57º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #450612 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 6 | 18 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.73 |
| HSL | 348.57º | 0.84% | 0.15% | - |
| HSV(B) | 348.57º | 0.91% | 0.27% | - |
| XYZ | 2.63 | 1.44 | 0.71 | - |
| YUV | 26.21 | 123.37 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 6 | 18 | 0 | 0.91 | 0.74 | 0.73 | 348.57 | 0.84 | 0.15 |
| Hex | 45 | 6 | 12 | 0 | 5B | 4A | 49 | 15D | 54 | F |
| Octal | 105 | 6 | 22 | 0 | 133 | 112 | 111 | 535 | 124 | 17 |
| Binary | 1000101 | 110 | 10010 | 0 | 1011011 | 1001010 | 1001001 | 101011101 | 1010100 | 1111 |
Color Harmonies of #450612
Complementary color
Monochromatic Colors of #450612
Black with #450612
Text Example
Text Example
White with #450612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450612; }
p { color: rgb(69,6,18); }
H1.HeaderClassName
{
color: #450612;
}
.AnyTagClassName
{
color: #450612;
}
</style>
background-color css
<style>
a { background-color: #450612; }
a { background-color: rgb(69,6,18); }
div.DivClassName
{
background-color: #450612;
}
.BgClassName
{
background-color: #450612;
}
</style>
border-color css
<style>
span { border-color: #450612; }
span { border-color: rgb(69,6,18); }
td.TdClassName
{
border-color: #450612;
}
.TagClassName
{
border-color: #450612;
}
</style>