Shades of Rustic Red #38000F
Tints of Rustic Red #38000F
RGB
CMYK
RGB Variations
Color information
#38000F (or 0x38000F) is known color: Rustic Red. HEX triplet: 38, 00 and 0F. RGB value is (56,0,15). Sum of RGB (Red+Green+Blue) = 56+0+15=71 (9% of max value = 765). Red value is 56 (22.27% from 255 or 78.87% from 71); Green value is 0 (0.39% from 255 or 0% from 71); Blue value is 15 (6.25% from 255 or 21.13% from 71); Max value from RGB is 56 - color contains mainly: red. Hex color #38000F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38000F is #C7FFF0. Grayscale: #121212. Windows color (decimal): -13107185 or 983096. OLE color: 983096.
HSL color Cylindrical-coordinate representation of color #38000F: hue angle of 343.93º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #38000F is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.73 | 0.78 |
| HSL | 343.93º | 1% | 0.11% | - |
| HSV(B) | 343.93º | 1% | 0.22% | - |
| XYZ | 1.72 | 0.88 | 0.53 | - |
| YUV | 18.45 | 126.05 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 0 | 15 | 0 | 1 | 0.73 | 0.78 | 343.93 | 1 | 0.11 |
| Hex | 38 | 0 | F | 0 | 64 | 49 | 4E | 158 | 64 | B |
| Octal | 70 | 0 | 17 | 0 | 144 | 111 | 116 | 530 | 144 | 13 |
| Binary | 111000 | 0 | 1111 | 0 | 1100100 | 1001001 | 1001110 | 101011000 | 1100100 | 1011 |
Color Harmonies of #38000F
Complementary color
Monochromatic Colors of #38000F
Black with #38000F
Text Example
Text Example
White with #38000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38000F; }
p { color: rgb(56,0,15); }
H1.HeaderClassName
{
color: #38000F;
}
.AnyTagClassName
{
color: #38000F;
}
</style>
background-color css
<style>
a { background-color: #38000F; }
a { background-color: rgb(56,0,15); }
div.DivClassName
{
background-color: #38000F;
}
.BgClassName
{
background-color: #38000F;
}
</style>
border-color css
<style>
span { border-color: #38000F; }
span { border-color: rgb(56,0,15); }
td.TdClassName
{
border-color: #38000F;
}
.TagClassName
{
border-color: #38000F;
}
</style>