Shades of Rustic Red #45010F
Tints of Rustic Red #45010F
RGB
CMYK
RGB Variations
Color information
#45010F (or 0x45010F) is known color: Rustic Red. HEX triplet: 45, 01 and 0F. RGB value is (69,1,15). Sum of RGB (Red+Green+Blue) = 69+1+15=85 (11% of max value = 765). Red value is 69 (27.34% from 255 or 81.18% from 85); Green value is 1 (0.78% from 255 or 1.18% from 85); Blue value is 15 (6.25% from 255 or 17.65% from 85); Max value from RGB is 69 - color contains mainly: red. Hex color #45010F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #45010F is #BAFEF0. Grayscale: #161616. Windows color (decimal): -12254961 or 983365. OLE color: 983365.
HSL color Cylindrical-coordinate representation of color #45010F: hue angle of 347.65º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #45010F is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 1 | 15 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.73 |
| HSL | 347.65º | 0.97% | 0.14% | - |
| HSV(B) | 347.65º | 0.99% | 0.27% | - |
| XYZ | 2.55 | 1.32 | 0.57 | - |
| YUV | 22.93 | 123.53 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 1 | 15 | 0 | 0.99 | 0.78 | 0.73 | 347.65 | 0.97 | 0.14 |
| Hex | 45 | 1 | F | 0 | 63 | 4E | 49 | 15C | 61 | E |
| Octal | 105 | 1 | 17 | 0 | 143 | 116 | 111 | 534 | 141 | 16 |
| Binary | 1000101 | 1 | 1111 | 0 | 1100011 | 1001110 | 1001001 | 101011100 | 1100001 | 1110 |
Color Harmonies of #45010F
Complementary color
Monochromatic Colors of #45010F
Black with #45010F
Text Example
Text Example
White with #45010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45010F; }
p { color: rgb(69,1,15); }
H1.HeaderClassName
{
color: #45010F;
}
.AnyTagClassName
{
color: #45010F;
}
</style>
background-color css
<style>
a { background-color: #45010F; }
a { background-color: rgb(69,1,15); }
div.DivClassName
{
background-color: #45010F;
}
.BgClassName
{
background-color: #45010F;
}
</style>
border-color css
<style>
span { border-color: #45010F; }
span { border-color: rgb(69,1,15); }
td.TdClassName
{
border-color: #45010F;
}
.TagClassName
{
border-color: #45010F;
}
</style>