Shades of Rustic Red #38070B
Tints of Rustic Red #38070B
RGB
CMYK
RGB Variations
Color information
#38070B (or 0x38070B) is known color: Rustic Red. HEX triplet: 38, 07 and 0B. RGB value is (56,7,11). Sum of RGB (Red+Green+Blue) = 56+7+11=74 (9% of max value = 765). Red value is 56 (22.27% from 255 or 75.68% from 74); Green value is 7 (3.12% from 255 or 9.46% from 74); Blue value is 11 (4.69% from 255 or 14.86% from 74); Max value from RGB is 56 - color contains mainly: red. Hex color #38070B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38070B is #C7F8F4. Grayscale: #161616. Windows color (decimal): -13105397 or 722744. OLE color: 722744.
HSL color Cylindrical-coordinate representation of color #38070B: hue angle of 355.1º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #38070B is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 7 | 11 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.78 |
| HSL | 355.1º | 0.78% | 0.12% | - |
| HSV(B) | 355.1º | 0.88% | 0.22% | - |
| XYZ | 1.77 | 1.02 | 0.42 | - |
| YUV | 22.11 | 121.73 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 7 | 11 | 0 | 0.88 | 0.80 | 0.78 | 355.1 | 0.78 | 0.12 |
| Hex | 38 | 7 | B | 0 | 58 | 50 | 4E | 163 | 4E | C |
| Octal | 70 | 7 | 13 | 0 | 130 | 120 | 116 | 543 | 116 | 14 |
| Binary | 111000 | 111 | 1011 | 0 | 1011000 | 1010000 | 1001110 | 101100011 | 1001110 | 1100 |
Color Harmonies of #38070B
Complementary color
Monochromatic Colors of #38070B
Black with #38070B
Text Example
Text Example
White with #38070B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38070B; }
p { color: rgb(56,7,11); }
H1.HeaderClassName
{
color: #38070B;
}
.AnyTagClassName
{
color: #38070B;
}
</style>
background-color css
<style>
a { background-color: #38070B; }
a { background-color: rgb(56,7,11); }
div.DivClassName
{
background-color: #38070B;
}
.BgClassName
{
background-color: #38070B;
}
</style>
border-color css
<style>
span { border-color: #38070B; }
span { border-color: rgb(56,7,11); }
td.TdClassName
{
border-color: #38070B;
}
.TagClassName
{
border-color: #38070B;
}
</style>