Shades of Carmine #A30715
Tints of Carmine #A30715
RGB
CMYK
RGB Variations
Color information
#A30715 (or 0xA30715) is known color: Carmine. HEX triplet: A3, 07 and 15. RGB value is (163,7,21). Sum of RGB (Red+Green+Blue) = 163+7+21=191 (25% of max value = 765). Red value is 163 (64.06% from 255 or 85.34% from 191); Green value is 7 (3.12% from 255 or 3.66% from 191); Blue value is 21 (8.59% from 255 or 10.99% from 191); Max value from RGB is 163 - color contains mainly: red. Hex color #A30715 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30715 is #5CF8EA. Grayscale: #373737. Windows color (decimal): -6093035 or 1378211. OLE color: 1378211.
HSL color Cylindrical-coordinate representation of color #A30715: hue angle of 354.62º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A30715 is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 7 | 21 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.36 |
| HSL | 354.62º | 0.92% | 0.33% | - |
| HSV(B) | 354.62º | 0.96% | 0.64% | - |
| XYZ | 15.32 | 7.99 | 1.44 | - |
| YUV | 55.24 | 108.68 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 7 | 21 | 0 | 0.96 | 0.87 | 0.36 | 354.62 | 0.92 | 0.33 |
| Hex | A3 | 7 | 15 | 0 | 60 | 57 | 24 | 163 | 5C | 21 |
| Octal | 243 | 7 | 25 | 0 | 140 | 127 | 44 | 543 | 134 | 41 |
| Binary | 10100011 | 111 | 10101 | 0 | 1100000 | 1010111 | 100100 | 101100011 | 1011100 | 100001 |
Color Harmonies of #A30715
Complementary color
Monochromatic Colors of #A30715
Black with #A30715
Text Example
Text Example
White with #A30715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30715; }
p { color: rgb(163,7,21); }
H1.HeaderClassName
{
color: #A30715;
}
.AnyTagClassName
{
color: #A30715;
}
</style>
background-color css
<style>
a { background-color: #A30715; }
a { background-color: rgb(163,7,21); }
div.DivClassName
{
background-color: #A30715;
}
.BgClassName
{
background-color: #A30715;
}
</style>
border-color css
<style>
span { border-color: #A30715; }
span { border-color: rgb(163,7,21); }
td.TdClassName
{
border-color: #A30715;
}
.TagClassName
{
border-color: #A30715;
}
</style>