Shades of Rustic Red #38030F
Tints of Rustic Red #38030F
RGB
CMYK
RGB Variations
Color information
#38030F (or 0x38030F) is known color: Rustic Red. HEX triplet: 38, 03 and 0F. RGB value is (56,3,15). Sum of RGB (Red+Green+Blue) = 56+3+15=74 (9% of max value = 765). Red value is 56 (22.27% from 255 or 75.68% from 74); Green value is 3 (1.56% from 255 or 4.05% from 74); Blue value is 15 (6.25% from 255 or 20.27% from 74); Max value from RGB is 56 - color contains mainly: red. Hex color #38030F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38030F is #C7FCF0. Grayscale: #141414. Windows color (decimal): -13106417 or 983864. OLE color: 983864.
HSL color Cylindrical-coordinate representation of color #38030F: hue angle of 346.42º 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 #38030F is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 3 | 15 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.78 |
| HSL | 346.42º | 0.9% | 0.12% | - |
| HSV(B) | 346.42º | 0.95% | 0.22% | - |
| XYZ | 1.75 | 0.94 | 0.54 | - |
| YUV | 20.22 | 125.06 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 3 | 15 | 0 | 0.95 | 0.73 | 0.78 | 346.42 | 0.9 | 0.12 |
| Hex | 38 | 3 | F | 0 | 5F | 49 | 4E | 15A | 5A | C |
| Octal | 70 | 3 | 17 | 0 | 137 | 111 | 116 | 532 | 132 | 14 |
| Binary | 111000 | 11 | 1111 | 0 | 1011111 | 1001001 | 1001110 | 101011010 | 1011010 | 1100 |
Color Harmonies of #38030F
Complementary color
Monochromatic Colors of #38030F
Black with #38030F
Text Example
Text Example
White with #38030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38030F; }
p { color: rgb(56,3,15); }
H1.HeaderClassName
{
color: #38030F;
}
.AnyTagClassName
{
color: #38030F;
}
</style>
background-color css
<style>
a { background-color: #38030F; }
a { background-color: rgb(56,3,15); }
div.DivClassName
{
background-color: #38030F;
}
.BgClassName
{
background-color: #38030F;
}
</style>
border-color css
<style>
span { border-color: #38030F; }
span { border-color: rgb(56,3,15); }
td.TdClassName
{
border-color: #38030F;
}
.TagClassName
{
border-color: #38030F;
}
</style>