Shades of Rustic Red #30181B
Tints of Rustic Red #30181B
RGB
CMYK
RGB Variations
Color information
#30181B (or 0x30181B) is known color: Rustic Red. HEX triplet: 30, 18 and 1B. RGB value is (48,24,27). Sum of RGB (Red+Green+Blue) = 48+24+27=99 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48.48% from 99); Green value is 24 (9.77% from 255 or 24.24% from 99); Blue value is 27 (10.94% from 255 or 27.27% from 99); Max value from RGB is 48 - color contains mainly: red. Hex color #30181B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30181B is #CFE7E4. Grayscale: #1F1F1F. Windows color (decimal): -13625317 or 1775664. OLE color: 1775664.
HSL color Cylindrical-coordinate representation of color #30181B: hue angle of 352.5º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #30181B is Cyan = 0, Magento = 0.5, Yellow = 0.44 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 24 | 27 | - |
| CMYK | 0 | 0.5 | 0.44 | 0.81 |
| HSL | 352.5º | 0.33% | 0.14% | - |
| HSV(B) | 352.5º | 0.5% | 0.19% | - |
| XYZ | 1.74 | 1.36 | 1.21 | - |
| YUV | 31.52 | 125.45 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 24 | 27 | 0 | 0.5 | 0.44 | 0.81 | 352.5 | 0.33 | 0.14 |
| Hex | 30 | 18 | 1B | 0 | 32 | 2C | 51 | 160 | 21 | E |
| Octal | 60 | 30 | 33 | 0 | 62 | 54 | 121 | 540 | 41 | 16 |
| Binary | 110000 | 11000 | 11011 | 0 | 110010 | 101100 | 1010001 | 101100000 | 100001 | 1110 |
Color Harmonies of #30181B
Complementary color
Monochromatic Colors of #30181B
Black with #30181B
Text Example
Text Example
White with #30181B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30181B; }
p { color: rgb(48,24,27); }
H1.HeaderClassName
{
color: #30181B;
}
.AnyTagClassName
{
color: #30181B;
}
</style>
background-color css
<style>
a { background-color: #30181B; }
a { background-color: rgb(48,24,27); }
div.DivClassName
{
background-color: #30181B;
}
.BgClassName
{
background-color: #30181B;
}
</style>
border-color css
<style>
span { border-color: #30181B; }
span { border-color: rgb(48,24,27); }
td.TdClassName
{
border-color: #30181B;
}
.TagClassName
{
border-color: #30181B;
}
</style>