Shades of Rustic Red #38010F
Tints of Rustic Red #38010F
RGB
CMYK
RGB Variations
Color information
#38010F (or 0x38010F) is known color: Rustic Red. HEX triplet: 38, 01 and 0F. RGB value is (56,1,15). Sum of RGB (Red+Green+Blue) = 56+1+15=72 (9% of max value = 765). Red value is 56 (22.27% from 255 or 77.78% from 72); Green value is 1 (0.78% from 255 or 1.39% from 72); Blue value is 15 (6.25% from 255 or 20.83% from 72); Max value from RGB is 56 - color contains mainly: red. Hex color #38010F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38010F is #C7FEF0. Grayscale: #131313. Windows color (decimal): -13106929 or 983352. OLE color: 983352.
HSL color Cylindrical-coordinate representation of color #38010F: hue angle of 344.73º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #38010F is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 1 | 15 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.78 |
| HSL | 344.73º | 0.96% | 0.11% | - |
| HSV(B) | 344.73º | 0.98% | 0.22% | - |
| XYZ | 1.73 | 0.9 | 0.53 | - |
| YUV | 19.04 | 125.72 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 1 | 15 | 0 | 0.98 | 0.73 | 0.78 | 344.73 | 0.96 | 0.11 |
| Hex | 38 | 1 | F | 0 | 62 | 49 | 4E | 159 | 60 | B |
| Octal | 70 | 1 | 17 | 0 | 142 | 111 | 116 | 531 | 140 | 13 |
| Binary | 111000 | 1 | 1111 | 0 | 1100010 | 1001001 | 1001110 | 101011001 | 1100000 | 1011 |
Color Harmonies of #38010F
Complementary color
Monochromatic Colors of #38010F
Black with #38010F
Text Example
Text Example
White with #38010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38010F; }
p { color: rgb(56,1,15); }
H1.HeaderClassName
{
color: #38010F;
}
.AnyTagClassName
{
color: #38010F;
}
</style>
background-color css
<style>
a { background-color: #38010F; }
a { background-color: rgb(56,1,15); }
div.DivClassName
{
background-color: #38010F;
}
.BgClassName
{
background-color: #38010F;
}
</style>
border-color css
<style>
span { border-color: #38010F; }
span { border-color: rgb(56,1,15); }
td.TdClassName
{
border-color: #38010F;
}
.TagClassName
{
border-color: #38010F;
}
</style>