Shades of Carmine #93022A
Tints of Carmine #93022A
RGB
CMYK
RGB Variations
Color information
#93022A (or 0x93022A) is known color: Carmine. HEX triplet: 93, 02 and 2A. RGB value is (147,2,42). Sum of RGB (Red+Green+Blue) = 147+2+42=191 (25% of max value = 765). Red value is 147 (57.81% from 255 or 76.96% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 42 (16.80% from 255 or 21.99% from 191); Max value from RGB is 147 - color contains mainly: red. Hex color #93022A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93022A is #6CFDD5. Grayscale: #313131. Windows color (decimal): -7142870 or 2753171. OLE color: 2753171.
HSL color Cylindrical-coordinate representation of color #93022A: hue angle of 343.45º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #93022A is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 2 | 42 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.42 |
| HSL | 343.45º | 0.97% | 0.29% | - |
| HSV(B) | 343.45º | 0.99% | 0.58% | - |
| XYZ | 12.47 | 6.41 | 2.77 | - |
| YUV | 49.92 | 123.54 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 2 | 42 | 0 | 0.99 | 0.71 | 0.42 | 343.45 | 0.97 | 0.29 |
| Hex | 93 | 2 | 2A | 0 | 63 | 47 | 2A | 157 | 61 | 1D |
| Octal | 223 | 2 | 52 | 0 | 143 | 107 | 52 | 527 | 141 | 35 |
| Binary | 10010011 | 10 | 101010 | 0 | 1100011 | 1000111 | 101010 | 101010111 | 1100001 | 11101 |
Color Harmonies of #93022A
Complementary color
Monochromatic Colors of #93022A
Black with #93022A
Text Example
Text Example
White with #93022A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93022A; }
p { color: rgb(147,2,42); }
H1.HeaderClassName
{
color: #93022A;
}
.AnyTagClassName
{
color: #93022A;
}
</style>
background-color css
<style>
a { background-color: #93022A; }
a { background-color: rgb(147,2,42); }
div.DivClassName
{
background-color: #93022A;
}
.BgClassName
{
background-color: #93022A;
}
</style>
border-color css
<style>
span { border-color: #93022A; }
span { border-color: rgb(147,2,42); }
td.TdClassName
{
border-color: #93022A;
}
.TagClassName
{
border-color: #93022A;
}
</style>