Shades of Scarlett #8A182C
Tints of Scarlett #8A182C
RGB
CMYK
RGB Variations
Color information
#8A182C (or 0x8A182C) is known color: Scarlett. HEX triplet: 8A, 18 and 2C. RGB value is (138,24,44). Sum of RGB (Red+Green+Blue) = 138+24+44=206 (27% of max value = 765). Red value is 138 (54.30% from 255 or 66.99% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 44 (17.58% from 255 or 21.36% from 206); Max value from RGB is 138 - color contains mainly: red. Hex color #8A182C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A182C is #75E7D3. Grayscale: #3C3C3C. Windows color (decimal): -7727060 or 2889866. OLE color: 2889866.
HSL color Cylindrical-coordinate representation of color #8A182C: hue angle of 349.47º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8A182C is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 24 | 44 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.46 |
| HSL | 349.47º | 0.7% | 0.32% | - |
| HSV(B) | 349.47º | 0.83% | 0.54% | - |
| XYZ | 11.26 | 6.24 | 2.99 | - |
| YUV | 60.37 | 118.77 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 24 | 44 | 0 | 0.83 | 0.68 | 0.46 | 349.47 | 0.7 | 0.32 |
| Hex | 8A | 18 | 2C | 0 | 53 | 44 | 2E | 15D | 46 | 20 |
| Octal | 212 | 30 | 54 | 0 | 123 | 104 | 56 | 535 | 106 | 40 |
| Binary | 10001010 | 11000 | 101100 | 0 | 1010011 | 1000100 | 101110 | 101011101 | 1000110 | 100000 |
Color Harmonies of #8A182C
Complementary color
Monochromatic Colors of #8A182C
Black with #8A182C
Text Example
Text Example
White with #8A182C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A182C; }
p { color: rgb(138,24,44); }
H1.HeaderClassName
{
color: #8A182C;
}
.AnyTagClassName
{
color: #8A182C;
}
</style>
background-color css
<style>
a { background-color: #8A182C; }
a { background-color: rgb(138,24,44); }
div.DivClassName
{
background-color: #8A182C;
}
.BgClassName
{
background-color: #8A182C;
}
</style>
border-color css
<style>
span { border-color: #8A182C; }
span { border-color: rgb(138,24,44); }
td.TdClassName
{
border-color: #8A182C;
}
.TagClassName
{
border-color: #8A182C;
}
</style>