Shades of Carmine #A30125
Tints of Carmine #A30125
RGB
CMYK
RGB Variations
Color information
#A30125 (or 0xA30125) is known color: Carmine. HEX triplet: A3, 01 and 25. RGB value is (163,1,37). Sum of RGB (Red+Green+Blue) = 163+1+37=201 (26% of max value = 765). Red value is 163 (64.06% from 255 or 81.09% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 37 (14.84% from 255 or 18.41% from 201); Max value from RGB is 163 - color contains mainly: red. Hex color #A30125 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30125 is #5CFEDA. Grayscale: #353535. Windows color (decimal): -6094555 or 2425251. OLE color: 2425251.
HSL color Cylindrical-coordinate representation of color #A30125: hue angle of 346.67º degrees, saturation: 0.99, 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 #A30125 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 1 | 37 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.36 |
| HSL | 346.67º | 0.99% | 0.32% | - |
| HSV(B) | 346.67º | 0.99% | 0.64% | - |
| XYZ | 15.45 | 7.94 | 2.47 | - |
| YUV | 53.54 | 118.67 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 1 | 37 | 0 | 0.99 | 0.77 | 0.36 | 346.67 | 0.99 | 0.32 |
| Hex | A3 | 1 | 25 | 0 | 63 | 4D | 24 | 15B | 63 | 20 |
| Octal | 243 | 1 | 45 | 0 | 143 | 115 | 44 | 533 | 143 | 40 |
| Binary | 10100011 | 1 | 100101 | 0 | 1100011 | 1001101 | 100100 | 101011011 | 1100011 | 100000 |
Color Harmonies of #A30125
Complementary color
Monochromatic Colors of #A30125
Black with #A30125
Text Example
Text Example
White with #A30125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30125; }
p { color: rgb(163,1,37); }
H1.HeaderClassName
{
color: #A30125;
}
.AnyTagClassName
{
color: #A30125;
}
</style>
background-color css
<style>
a { background-color: #A30125; }
a { background-color: rgb(163,1,37); }
div.DivClassName
{
background-color: #A30125;
}
.BgClassName
{
background-color: #A30125;
}
</style>
border-color css
<style>
span { border-color: #A30125; }
span { border-color: rgb(163,1,37); }
td.TdClassName
{
border-color: #A30125;
}
.TagClassName
{
border-color: #A30125;
}
</style>