Shades of Rustic Red #380B1B
Tints of Rustic Red #380B1B
RGB
CMYK
RGB Variations
Color information
#380B1B (or 0x380B1B) is known color: Rustic Red. HEX triplet: 38, 0B and 1B. RGB value is (56,11,27). Sum of RGB (Red+Green+Blue) = 56+11+27=94 (12% of max value = 765). Red value is 56 (22.27% from 255 or 59.57% from 94); Green value is 11 (4.69% from 255 or 11.70% from 94); Blue value is 27 (10.94% from 255 or 28.72% from 94); Max value from RGB is 56 - color contains mainly: red. Hex color #380B1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380B1B is #C7F4E4. Grayscale: #1A1A1A. Windows color (decimal): -13104357 or 1772344. OLE color: 1772344.
HSL color Cylindrical-coordinate representation of color #380B1B: hue angle of 338.67º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #380B1B is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 11 | 27 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.78 |
| HSL | 338.67º | 0.67% | 0.13% | - |
| HSV(B) | 338.67º | 0.8% | 0.22% | - |
| XYZ | 1.95 | 1.16 | 1.16 | - |
| YUV | 26.28 | 128.41 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 11 | 27 | 0 | 0.80 | 0.52 | 0.78 | 338.67 | 0.67 | 0.13 |
| Hex | 38 | B | 1B | 0 | 50 | 34 | 4E | 153 | 43 | D |
| Octal | 70 | 13 | 33 | 0 | 120 | 64 | 116 | 523 | 103 | 15 |
| Binary | 111000 | 1011 | 11011 | 0 | 1010000 | 110100 | 1001110 | 101010011 | 1000011 | 1101 |
Color Harmonies of #380B1B
Complementary color
Monochromatic Colors of #380B1B
Black with #380B1B
Text Example
Text Example
White with #380B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380B1B; }
p { color: rgb(56,11,27); }
H1.HeaderClassName
{
color: #380B1B;
}
.AnyTagClassName
{
color: #380B1B;
}
</style>
background-color css
<style>
a { background-color: #380B1B; }
a { background-color: rgb(56,11,27); }
div.DivClassName
{
background-color: #380B1B;
}
.BgClassName
{
background-color: #380B1B;
}
</style>
border-color css
<style>
span { border-color: #380B1B; }
span { border-color: rgb(56,11,27); }
td.TdClassName
{
border-color: #380B1B;
}
.TagClassName
{
border-color: #380B1B;
}
</style>