Shades of Rustic Red #38070C
Tints of Rustic Red #38070C
RGB
CMYK
RGB Variations
Color information
#38070C (or 0x38070C) is known color: Rustic Red. HEX triplet: 38, 07 and 0C. RGB value is (56,7,12). Sum of RGB (Red+Green+Blue) = 56+7+12=75 (9% of max value = 765). Red value is 56 (22.27% from 255 or 74.67% from 75); Green value is 7 (3.12% from 255 or 9.33% from 75); Blue value is 12 (5.08% from 255 or 16% from 75); Max value from RGB is 56 - color contains mainly: red. Hex color #38070C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38070C is #C7F8F3. Grayscale: #161616. Windows color (decimal): -13105396 or 788280. OLE color: 788280.
HSL color Cylindrical-coordinate representation of color #38070C: hue angle of 353.88º 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 #38070C is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 7 | 12 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.78 |
| HSL | 353.88º | 0.78% | 0.12% | - |
| HSV(B) | 353.88º | 0.88% | 0.22% | - |
| XYZ | 1.77 | 1.02 | 0.45 | - |
| YUV | 22.22 | 122.23 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 7 | 12 | 0 | 0.88 | 0.79 | 0.78 | 353.88 | 0.78 | 0.12 |
| Hex | 38 | 7 | C | 0 | 58 | 4F | 4E | 162 | 4E | C |
| Octal | 70 | 7 | 14 | 0 | 130 | 117 | 116 | 542 | 116 | 14 |
| Binary | 111000 | 111 | 1100 | 0 | 1011000 | 1001111 | 1001110 | 101100010 | 1001110 | 1100 |
Color Harmonies of #38070C
Complementary color
Monochromatic Colors of #38070C
Black with #38070C
Text Example
Text Example
White with #38070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38070C; }
p { color: rgb(56,7,12); }
H1.HeaderClassName
{
color: #38070C;
}
.AnyTagClassName
{
color: #38070C;
}
</style>
background-color css
<style>
a { background-color: #38070C; }
a { background-color: rgb(56,7,12); }
div.DivClassName
{
background-color: #38070C;
}
.BgClassName
{
background-color: #38070C;
}
</style>
border-color css
<style>
span { border-color: #38070C; }
span { border-color: rgb(56,7,12); }
td.TdClassName
{
border-color: #38070C;
}
.TagClassName
{
border-color: #38070C;
}
</style>