Shades of Carmine #A80430
Tints of Carmine #A80430
RGB
CMYK
RGB Variations
Color information
#A80430 (or 0xA80430) is known color: Carmine. HEX triplet: A8, 04 and 30. RGB value is (168,4,48). Sum of RGB (Red+Green+Blue) = 168+4+48=220 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.36% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 48 (19.14% from 255 or 21.82% from 220); Max value from RGB is 168 - color contains mainly: red. Hex color #A80430 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80430 is #57FBCF. Grayscale: #3A3A3A. Windows color (decimal): -5766096 or 3146920. OLE color: 3146920.
HSL color Cylindrical-coordinate representation of color #A80430: hue angle of 343.9º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A80430 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 4 | 48 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.34 |
| HSL | 343.9º | 0.95% | 0.34% | - |
| HSV(B) | 343.9º | 0.98% | 0.66% | - |
| XYZ | 16.73 | 8.63 | 3.58 | - |
| YUV | 58.05 | 122.33 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 4 | 48 | 0 | 0.98 | 0.71 | 0.34 | 343.9 | 0.95 | 0.34 |
| Hex | A8 | 4 | 30 | 0 | 62 | 47 | 22 | 158 | 5F | 22 |
| Octal | 250 | 4 | 60 | 0 | 142 | 107 | 42 | 530 | 137 | 42 |
| Binary | 10101000 | 100 | 110000 | 0 | 1100010 | 1000111 | 100010 | 101011000 | 1011111 | 100010 |
Color Harmonies of #A80430
Complementary color
Monochromatic Colors of #A80430
Black with #A80430
Text Example
Text Example
White with #A80430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80430; }
p { color: rgb(168,4,48); }
H1.HeaderClassName
{
color: #A80430;
}
.AnyTagClassName
{
color: #A80430;
}
</style>
background-color css
<style>
a { background-color: #A80430; }
a { background-color: rgb(168,4,48); }
div.DivClassName
{
background-color: #A80430;
}
.BgClassName
{
background-color: #A80430;
}
</style>
border-color css
<style>
span { border-color: #A80430; }
span { border-color: rgb(168,4,48); }
td.TdClassName
{
border-color: #A80430;
}
.TagClassName
{
border-color: #A80430;
}
</style>