Shades of Carmine #A90C30
Tints of Carmine #A90C30
RGB
CMYK
RGB Variations
Color information
#A90C30 (or 0xA90C30) is known color: Carmine. HEX triplet: A9, 0C and 30. RGB value is (169,12,48). Sum of RGB (Red+Green+Blue) = 169+12+48=229 (30% of max value = 765). Red value is 169 (66.41% from 255 or 73.80% from 229); Green value is 12 (5.08% from 255 or 5.24% from 229); Blue value is 48 (19.14% from 255 or 20.96% from 229); Max value from RGB is 169 - color contains mainly: red. Hex color #A90C30 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90C30 is #56F3CF. Grayscale: #3F3F3F. Windows color (decimal): -5698512 or 3148969. OLE color: 3148969.
HSL color Cylindrical-coordinate representation of color #A90C30: hue angle of 346.24º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A90C30 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 12 | 48 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.34 |
| HSL | 346.24º | 0.87% | 0.35% | - |
| HSV(B) | 346.24º | 0.93% | 0.66% | - |
| XYZ | 17.03 | 8.91 | 3.62 | - |
| YUV | 63.05 | 119.51 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 12 | 48 | 0 | 0.93 | 0.72 | 0.34 | 346.24 | 0.87 | 0.35 |
| Hex | A9 | C | 30 | 0 | 5D | 48 | 22 | 15A | 57 | 23 |
| Octal | 251 | 14 | 60 | 0 | 135 | 110 | 42 | 532 | 127 | 43 |
| Binary | 10101001 | 1100 | 110000 | 0 | 1011101 | 1001000 | 100010 | 101011010 | 1010111 | 100011 |
Color Harmonies of #A90C30
Complementary color
Monochromatic Colors of #A90C30
Black with #A90C30
Text Example
Text Example
White with #A90C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90C30; }
p { color: rgb(169,12,48); }
H1.HeaderClassName
{
color: #A90C30;
}
.AnyTagClassName
{
color: #A90C30;
}
</style>
background-color css
<style>
a { background-color: #A90C30; }
a { background-color: rgb(169,12,48); }
div.DivClassName
{
background-color: #A90C30;
}
.BgClassName
{
background-color: #A90C30;
}
</style>
border-color css
<style>
span { border-color: #A90C30; }
span { border-color: rgb(169,12,48); }
td.TdClassName
{
border-color: #A90C30;
}
.TagClassName
{
border-color: #A90C30;
}
</style>