Shades of Carmine #A30236
Tints of Carmine #A30236
RGB
CMYK
RGB Variations
Color information
#A30236 (or 0xA30236) is known color: Carmine. HEX triplet: A3, 02 and 36. RGB value is (163,2,54). Sum of RGB (Red+Green+Blue) = 163+2+54=219 (29% of max value = 765). Red value is 163 (64.06% from 255 or 74.43% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 54 (21.48% from 255 or 24.66% from 219); Max value from RGB is 163 - color contains mainly: red. Hex color #A30236 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30236 is #5CFDC9. Grayscale: #383838. Windows color (decimal): -6094282 or 3539619. OLE color: 3539619.
HSL color Cylindrical-coordinate representation of color #A30236: hue angle of 340.62º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A30236 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 2 | 54 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.36 |
| HSL | 340.62º | 0.98% | 0.32% | - |
| HSV(B) | 340.62º | 0.99% | 0.64% | - |
| XYZ | 15.79 | 8.1 | 4.22 | - |
| YUV | 56.07 | 126.84 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 2 | 54 | 0 | 0.99 | 0.67 | 0.36 | 340.62 | 0.98 | 0.32 |
| Hex | A3 | 2 | 36 | 0 | 63 | 43 | 24 | 155 | 62 | 20 |
| Octal | 243 | 2 | 66 | 0 | 143 | 103 | 44 | 525 | 142 | 40 |
| Binary | 10100011 | 10 | 110110 | 0 | 1100011 | 1000011 | 100100 | 101010101 | 1100010 | 100000 |
Color Harmonies of #A30236
Complementary color
Monochromatic Colors of #A30236
Black with #A30236
Text Example
Text Example
White with #A30236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30236; }
p { color: rgb(163,2,54); }
H1.HeaderClassName
{
color: #A30236;
}
.AnyTagClassName
{
color: #A30236;
}
</style>
background-color css
<style>
a { background-color: #A30236; }
a { background-color: rgb(163,2,54); }
div.DivClassName
{
background-color: #A30236;
}
.BgClassName
{
background-color: #A30236;
}
</style>
border-color css
<style>
span { border-color: #A30236; }
span { border-color: rgb(163,2,54); }
td.TdClassName
{
border-color: #A30236;
}
.TagClassName
{
border-color: #A30236;
}
</style>