Shades of Carmine #99012A
Tints of Carmine #99012A
RGB
CMYK
RGB Variations
Color information
#99012A (or 0x99012A) is known color: Carmine. HEX triplet: 99, 01 and 2A. RGB value is (153,1,42). Sum of RGB (Red+Green+Blue) = 153+1+42=196 (25% of max value = 765). Red value is 153 (60.16% from 255 or 78.06% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 42 (16.80% from 255 or 21.43% from 196); Max value from RGB is 153 - color contains mainly: red. Hex color #99012A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99012A is #66FED5. Grayscale: #333333. Windows color (decimal): -6749910 or 2752921. OLE color: 2752921.
HSL color Cylindrical-coordinate representation of color #99012A: hue angle of 343.82º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #99012A is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 1 | 42 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.4 |
| HSL | 343.82º | 0.99% | 0.3% | - |
| HSV(B) | 343.82º | 0.99% | 0.6% | - |
| XYZ | 13.57 | 6.96 | 2.82 | - |
| YUV | 51.12 | 122.86 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 1 | 42 | 0 | 0.99 | 0.73 | 0.4 | 343.82 | 0.99 | 0.3 |
| Hex | 99 | 1 | 2A | 0 | 63 | 49 | 28 | 158 | 63 | 1E |
| Octal | 231 | 1 | 52 | 0 | 143 | 111 | 50 | 530 | 143 | 36 |
| Binary | 10011001 | 1 | 101010 | 0 | 1100011 | 1001001 | 101000 | 101011000 | 1100011 | 11110 |
Color Harmonies of #99012A
Complementary color
Monochromatic Colors of #99012A
Black with #99012A
Text Example
Text Example
White with #99012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99012A; }
p { color: rgb(153,1,42); }
H1.HeaderClassName
{
color: #99012A;
}
.AnyTagClassName
{
color: #99012A;
}
</style>
background-color css
<style>
a { background-color: #99012A; }
a { background-color: rgb(153,1,42); }
div.DivClassName
{
background-color: #99012A;
}
.BgClassName
{
background-color: #99012A;
}
</style>
border-color css
<style>
span { border-color: #99012A; }
span { border-color: rgb(153,1,42); }
td.TdClassName
{
border-color: #99012A;
}
.TagClassName
{
border-color: #99012A;
}
</style>