Shades of Rustic Red #38000B
Tints of Rustic Red #38000B
RGB
CMYK
RGB Variations
Color information
#38000B (or 0x38000B) is known color: Rustic Red. HEX triplet: 38, 00 and 0B. RGB value is (56,0,11). Sum of RGB (Red+Green+Blue) = 56+0+11=67 (8% of max value = 765). Red value is 56 (22.27% from 255 or 83.58% from 67); Green value is 0 (0.39% from 255 or 0% from 67); Blue value is 11 (4.69% from 255 or 16.42% from 67); Max value from RGB is 56 - color contains mainly: red. Hex color #38000B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38000B is #C7FFF4. Grayscale: #121212. Windows color (decimal): -13107189 or 720952. OLE color: 720952.
HSL color Cylindrical-coordinate representation of color #38000B: hue angle of 348.21º 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 #38000B is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.80 | 0.78 |
| HSL | 348.21º | 1% | 0.11% | - |
| HSV(B) | 348.21º | 1% | 0.22% | - |
| XYZ | 1.69 | 0.86 | 0.39 | - |
| YUV | 18 | 124.05 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 0 | 11 | 0 | 1 | 0.80 | 0.78 | 348.21 | 1 | 0.11 |
| Hex | 38 | 0 | B | 0 | 64 | 50 | 4E | 15C | 64 | B |
| Octal | 70 | 0 | 13 | 0 | 144 | 120 | 116 | 534 | 144 | 13 |
| Binary | 111000 | 0 | 1011 | 0 | 1100100 | 1010000 | 1001110 | 101011100 | 1100100 | 1011 |
Color Harmonies of #38000B
Complementary color
Monochromatic Colors of #38000B
Black with #38000B
Text Example
Text Example
White with #38000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38000B; }
p { color: rgb(56,0,11); }
H1.HeaderClassName
{
color: #38000B;
}
.AnyTagClassName
{
color: #38000B;
}
</style>
background-color css
<style>
a { background-color: #38000B; }
a { background-color: rgb(56,0,11); }
div.DivClassName
{
background-color: #38000B;
}
.BgClassName
{
background-color: #38000B;
}
</style>
border-color css
<style>
span { border-color: #38000B; }
span { border-color: rgb(56,0,11); }
td.TdClassName
{
border-color: #38000B;
}
.TagClassName
{
border-color: #38000B;
}
</style>