Shades of Rustic Red #380B18
Tints of Rustic Red #380B18
RGB
CMYK
RGB Variations
Color information
#380B18 (or 0x380B18) is known color: Rustic Red. HEX triplet: 38, 0B and 18. RGB value is (56,11,24). Sum of RGB (Red+Green+Blue) = 56+11+24=91 (12% of max value = 765). Red value is 56 (22.27% from 255 or 61.54% from 91); Green value is 11 (4.69% from 255 or 12.09% from 91); Blue value is 24 (9.77% from 255 or 26.37% from 91); Max value from RGB is 56 - color contains mainly: red. Hex color #380B18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380B18 is #C7F4E7. Grayscale: #191919. Windows color (decimal): -13104360 or 1575736. OLE color: 1575736.
HSL color Cylindrical-coordinate representation of color #380B18: hue angle of 342.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 #380B18 is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 11 | 24 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.78 |
| HSL | 342.67º | 0.67% | 0.13% | - |
| HSV(B) | 342.67º | 0.8% | 0.22% | - |
| XYZ | 1.92 | 1.15 | 0.98 | - |
| YUV | 25.94 | 126.91 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 11 | 24 | 0 | 0.80 | 0.57 | 0.78 | 342.67 | 0.67 | 0.13 |
| Hex | 38 | B | 18 | 0 | 50 | 39 | 4E | 157 | 43 | D |
| Octal | 70 | 13 | 30 | 0 | 120 | 71 | 116 | 527 | 103 | 15 |
| Binary | 111000 | 1011 | 11000 | 0 | 1010000 | 111001 | 1001110 | 101010111 | 1000011 | 1101 |
Color Harmonies of #380B18
Complementary color
Monochromatic Colors of #380B18
Black with #380B18
Text Example
Text Example
White with #380B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380B18; }
p { color: rgb(56,11,24); }
H1.HeaderClassName
{
color: #380B18;
}
.AnyTagClassName
{
color: #380B18;
}
</style>
background-color css
<style>
a { background-color: #380B18; }
a { background-color: rgb(56,11,24); }
div.DivClassName
{
background-color: #380B18;
}
.BgClassName
{
background-color: #380B18;
}
</style>
border-color css
<style>
span { border-color: #380B18; }
span { border-color: rgb(56,11,24); }
td.TdClassName
{
border-color: #380B18;
}
.TagClassName
{
border-color: #380B18;
}
</style>