Shades of Carmine #A30F32
Tints of Carmine #A30F32
RGB
CMYK
RGB Variations
Color information
#A30F32 (or 0xA30F32) is known color: Carmine. HEX triplet: A3, 0F and 32. RGB value is (163,15,50). Sum of RGB (Red+Green+Blue) = 163+15+50=228 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.49% from 228); Green value is 15 (6.25% from 255 or 6.58% from 228); Blue value is 50 (19.92% from 255 or 21.93% from 228); Max value from RGB is 163 - color contains mainly: red. Hex color #A30F32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30F32 is #5CF0CD. Grayscale: #3F3F3F. Windows color (decimal): -6090958 or 3280803. OLE color: 3280803.
HSL color Cylindrical-coordinate representation of color #A30F32: hue angle of 345.81º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A30F32 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 15 | 50 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.36 |
| HSL | 345.81º | 0.83% | 0.35% | - |
| HSV(B) | 345.81º | 0.91% | 0.64% | - |
| XYZ | 15.85 | 8.36 | 3.8 | - |
| YUV | 63.24 | 120.53 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 15 | 50 | 0 | 0.91 | 0.69 | 0.36 | 345.81 | 0.83 | 0.35 |
| Hex | A3 | F | 32 | 0 | 5B | 45 | 24 | 15A | 53 | 23 |
| Octal | 243 | 17 | 62 | 0 | 133 | 105 | 44 | 532 | 123 | 43 |
| Binary | 10100011 | 1111 | 110010 | 0 | 1011011 | 1000101 | 100100 | 101011010 | 1010011 | 100011 |
Color Harmonies of #A30F32
Complementary color
Monochromatic Colors of #A30F32
Black with #A30F32
Text Example
Text Example
White with #A30F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30F32; }
p { color: rgb(163,15,50); }
H1.HeaderClassName
{
color: #A30F32;
}
.AnyTagClassName
{
color: #A30F32;
}
</style>
background-color css
<style>
a { background-color: #A30F32; }
a { background-color: rgb(163,15,50); }
div.DivClassName
{
background-color: #A30F32;
}
.BgClassName
{
background-color: #A30F32;
}
</style>
border-color css
<style>
span { border-color: #A30F32; }
span { border-color: rgb(163,15,50); }
td.TdClassName
{
border-color: #A30F32;
}
.TagClassName
{
border-color: #A30F32;
}
</style>