Shades of Rustic Red #38030D
Tints of Rustic Red #38030D
RGB
CMYK
RGB Variations
Color information
#38030D (or 0x38030D) is known color: Rustic Red. HEX triplet: 38, 03 and 0D. RGB value is (56,3,13). Sum of RGB (Red+Green+Blue) = 56+3+13=72 (9% of max value = 765). Red value is 56 (22.27% from 255 or 77.78% from 72); Green value is 3 (1.56% from 255 or 4.17% from 72); Blue value is 13 (5.47% from 255 or 18.06% from 72); Max value from RGB is 56 - color contains mainly: red. Hex color #38030D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38030D is #C7FCF2. Grayscale: #141414. Windows color (decimal): -13106419 or 852792. OLE color: 852792.
HSL color Cylindrical-coordinate representation of color #38030D: hue angle of 348.68º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #38030D is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 3 | 13 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.78 |
| HSL | 348.68º | 0.9% | 0.12% | - |
| HSV(B) | 348.68º | 0.95% | 0.22% | - |
| XYZ | 1.74 | 0.93 | 0.47 | - |
| YUV | 19.99 | 124.06 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 3 | 13 | 0 | 0.95 | 0.77 | 0.78 | 348.68 | 0.9 | 0.12 |
| Hex | 38 | 3 | D | 0 | 5F | 4D | 4E | 15D | 5A | C |
| Octal | 70 | 3 | 15 | 0 | 137 | 115 | 116 | 535 | 132 | 14 |
| Binary | 111000 | 11 | 1101 | 0 | 1011111 | 1001101 | 1001110 | 101011101 | 1011010 | 1100 |
Color Harmonies of #38030D
Complementary color
Monochromatic Colors of #38030D
Black with #38030D
Text Example
Text Example
White with #38030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38030D; }
p { color: rgb(56,3,13); }
H1.HeaderClassName
{
color: #38030D;
}
.AnyTagClassName
{
color: #38030D;
}
</style>
background-color css
<style>
a { background-color: #38030D; }
a { background-color: rgb(56,3,13); }
div.DivClassName
{
background-color: #38030D;
}
.BgClassName
{
background-color: #38030D;
}
</style>
border-color css
<style>
span { border-color: #38030D; }
span { border-color: rgb(56,3,13); }
td.TdClassName
{
border-color: #38030D;
}
.TagClassName
{
border-color: #38030D;
}
</style>