Shades of Rustic Red #380002
Tints of Rustic Red #380002
RGB
CMYK
RGB Variations
Color information
#380002 (or 0x380002) is known color: Rustic Red. HEX triplet: 38, 00 and 02. RGB value is (56,0,2). Sum of RGB (Red+Green+Blue) = 56+0+2=58 (7% of max value = 765). Red value is 56 (22.27% from 255 or 96.55% from 58); Green value is 0 (0.39% from 255 or 0% from 58); Blue value is 2 (1.17% from 255 or 3.45% from 58); Max value from RGB is 56 - color contains mainly: red. Hex color #380002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380002 is #C7FFFD. Grayscale: #111111. Windows color (decimal): -13107198 or 131128. OLE color: 131128.
HSL color Cylindrical-coordinate representation of color #380002: hue angle of 357.86º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #380002 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 0 | 2 | - |
| CMYK | 0 | 1 | 0.96 | 0.78 |
| HSL | 357.86º | 1% | 0.11% | - |
| HSV(B) | 357.86º | 1% | 0.22% | - |
| XYZ | 1.64 | 0.85 | 0.13 | - |
| YUV | 16.97 | 119.55 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 0 | 2 | 0 | 1 | 0.96 | 0.78 | 357.86 | 1 | 0.11 |
| Hex | 38 | 0 | 2 | 0 | 64 | 60 | 4E | 166 | 64 | B |
| Octal | 70 | 0 | 2 | 0 | 144 | 140 | 116 | 546 | 144 | 13 |
| Binary | 111000 | 0 | 10 | 0 | 1100100 | 1100000 | 1001110 | 101100110 | 1100100 | 1011 |
Color Harmonies of #380002
Complementary color
Monochromatic Colors of #380002
Black with #380002
Text Example
Text Example
White with #380002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380002; }
p { color: rgb(56,0,2); }
H1.HeaderClassName
{
color: #380002;
}
.AnyTagClassName
{
color: #380002;
}
</style>
background-color css
<style>
a { background-color: #380002; }
a { background-color: rgb(56,0,2); }
div.DivClassName
{
background-color: #380002;
}
.BgClassName
{
background-color: #380002;
}
</style>
border-color css
<style>
span { border-color: #380002; }
span { border-color: rgb(56,0,2); }
td.TdClassName
{
border-color: #380002;
}
.TagClassName
{
border-color: #380002;
}
</style>