Shades of Carmine #A30F25
Tints of Carmine #A30F25
RGB
CMYK
RGB Variations
Color information
#A30F25 (or 0xA30F25) is known color: Carmine. HEX triplet: A3, 0F and 25. RGB value is (163,15,37). Sum of RGB (Red+Green+Blue) = 163+15+37=215 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.81% from 215); Green value is 15 (6.25% from 255 or 6.98% from 215); Blue value is 37 (14.84% from 255 or 17.21% from 215); Max value from RGB is 163 - color contains mainly: red. Hex color #A30F25 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30F25 is #5CF0DA. Grayscale: #3D3D3D. Windows color (decimal): -6090971 or 2428835. OLE color: 2428835.
HSL color Cylindrical-coordinate representation of color #A30F25: hue angle of 351.08º 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 #A30F25 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 15 | 37 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.36 |
| HSL | 351.08º | 0.83% | 0.35% | - |
| HSV(B) | 351.08º | 0.91% | 0.64% | - |
| XYZ | 15.61 | 8.26 | 2.52 | - |
| YUV | 61.76 | 114.03 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 15 | 37 | 0 | 0.91 | 0.77 | 0.36 | 351.08 | 0.83 | 0.35 |
| Hex | A3 | F | 25 | 0 | 5B | 4D | 24 | 15F | 53 | 23 |
| Octal | 243 | 17 | 45 | 0 | 133 | 115 | 44 | 537 | 123 | 43 |
| Binary | 10100011 | 1111 | 100101 | 0 | 1011011 | 1001101 | 100100 | 101011111 | 1010011 | 100011 |
Color Harmonies of #A30F25
Complementary color
Monochromatic Colors of #A30F25
Black with #A30F25
Text Example
Text Example
White with #A30F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30F25; }
p { color: rgb(163,15,37); }
H1.HeaderClassName
{
color: #A30F25;
}
.AnyTagClassName
{
color: #A30F25;
}
</style>
background-color css
<style>
a { background-color: #A30F25; }
a { background-color: rgb(163,15,37); }
div.DivClassName
{
background-color: #A30F25;
}
.BgClassName
{
background-color: #A30F25;
}
</style>
border-color css
<style>
span { border-color: #A30F25; }
span { border-color: rgb(163,15,37); }
td.TdClassName
{
border-color: #A30F25;
}
.TagClassName
{
border-color: #A30F25;
}
</style>