Shades of Rustic Red #450E0F
Tints of Rustic Red #450E0F
RGB
CMYK
RGB Variations
Color information
#450E0F (or 0x450E0F) is known color: Rustic Red. HEX triplet: 45, 0E and 0F. RGB value is (69,14,15). Sum of RGB (Red+Green+Blue) = 69+14+15=98 (12% of max value = 765). Red value is 69 (27.34% from 255 or 70.41% from 98); Green value is 14 (5.86% from 255 or 14.29% from 98); Blue value is 15 (6.25% from 255 or 15.31% from 98); Max value from RGB is 69 - color contains mainly: red. Hex color #450E0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450E0F is #BAF1F0. Grayscale: #1E1E1E. Windows color (decimal): -12251633 or 986693. OLE color: 986693.
HSL color Cylindrical-coordinate representation of color #450E0F: hue angle of 358.91º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #450E0F is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 14 | 15 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.73 |
| HSL | 358.91º | 0.66% | 0.16% | - |
| HSV(B) | 358.91º | 0.8% | 0.27% | - |
| XYZ | 2.7 | 1.61 | 0.62 | - |
| YUV | 30.56 | 119.22 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 14 | 15 | 0 | 0.80 | 0.78 | 0.73 | 358.91 | 0.66 | 0.16 |
| Hex | 45 | E | F | 0 | 50 | 4E | 49 | 167 | 42 | 10 |
| Octal | 105 | 16 | 17 | 0 | 120 | 116 | 111 | 547 | 102 | 20 |
| Binary | 1000101 | 1110 | 1111 | 0 | 1010000 | 1001110 | 1001001 | 101100111 | 1000010 | 10000 |
Color Harmonies of #450E0F
Complementary color
Monochromatic Colors of #450E0F
Black with #450E0F
Text Example
Text Example
White with #450E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450E0F; }
p { color: rgb(69,14,15); }
H1.HeaderClassName
{
color: #450E0F;
}
.AnyTagClassName
{
color: #450E0F;
}
</style>
background-color css
<style>
a { background-color: #450E0F; }
a { background-color: rgb(69,14,15); }
div.DivClassName
{
background-color: #450E0F;
}
.BgClassName
{
background-color: #450E0F;
}
</style>
border-color css
<style>
span { border-color: #450E0F; }
span { border-color: rgb(69,14,15); }
td.TdClassName
{
border-color: #450E0F;
}
.TagClassName
{
border-color: #450E0F;
}
</style>