Shades of Rustic Red #38010D
Tints of Rustic Red #38010D
RGB
CMYK
RGB Variations
Color information
#38010D (or 0x38010D) is known color: Rustic Red. HEX triplet: 38, 01 and 0D. RGB value is (56,1,13). Sum of RGB (Red+Green+Blue) = 56+1+13=70 (9% of max value = 765). Red value is 56 (22.27% from 255 or 80% from 70); Green value is 1 (0.78% from 255 or 1.43% from 70); Blue value is 13 (5.47% from 255 or 18.57% from 70); Max value from RGB is 56 - color contains mainly: red. Hex color #38010D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38010D is #C7FEF2. Grayscale: #121212. Windows color (decimal): -13106931 or 852280. OLE color: 852280.
HSL color Cylindrical-coordinate representation of color #38010D: hue angle of 346.91º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #38010D is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 1 | 13 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.78 |
| HSL | 346.91º | 0.96% | 0.11% | - |
| HSV(B) | 346.91º | 0.98% | 0.22% | - |
| XYZ | 1.71 | 0.89 | 0.46 | - |
| YUV | 18.81 | 124.72 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 1 | 13 | 0 | 0.98 | 0.77 | 0.78 | 346.91 | 0.96 | 0.11 |
| Hex | 38 | 1 | D | 0 | 62 | 4D | 4E | 15B | 60 | B |
| Octal | 70 | 1 | 15 | 0 | 142 | 115 | 116 | 533 | 140 | 13 |
| Binary | 111000 | 1 | 1101 | 0 | 1100010 | 1001101 | 1001110 | 101011011 | 1100000 | 1011 |
Color Harmonies of #38010D
Complementary color
Monochromatic Colors of #38010D
Black with #38010D
Text Example
Text Example
White with #38010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38010D; }
p { color: rgb(56,1,13); }
H1.HeaderClassName
{
color: #38010D;
}
.AnyTagClassName
{
color: #38010D;
}
</style>
background-color css
<style>
a { background-color: #38010D; }
a { background-color: rgb(56,1,13); }
div.DivClassName
{
background-color: #38010D;
}
.BgClassName
{
background-color: #38010D;
}
</style>
border-color css
<style>
span { border-color: #38010D; }
span { border-color: rgb(56,1,13); }
td.TdClassName
{
border-color: #38010D;
}
.TagClassName
{
border-color: #38010D;
}
</style>