Shades of Carmine #A30123
Tints of Carmine #A30123
RGB
CMYK
RGB Variations
Color information
#A30123 (or 0xA30123) is known color: Carmine. HEX triplet: A3, 01 and 23. RGB value is (163,1,35). Sum of RGB (Red+Green+Blue) = 163+1+35=199 (26% of max value = 765). Red value is 163 (64.06% from 255 or 81.91% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 35 (14.06% from 255 or 17.59% from 199); Max value from RGB is 163 - color contains mainly: red. Hex color #A30123 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30123 is #5CFEDC. Grayscale: #353535. Windows color (decimal): -6094557 or 2294179. OLE color: 2294179.
HSL color Cylindrical-coordinate representation of color #A30123: hue angle of 347.41º 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 #A30123 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 1 | 35 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.36 |
| HSL | 347.41º | 0.99% | 0.32% | - |
| HSV(B) | 347.41º | 0.99% | 0.64% | - |
| XYZ | 15.42 | 7.93 | 2.31 | - |
| YUV | 53.31 | 117.67 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 1 | 35 | 0 | 0.99 | 0.79 | 0.36 | 347.41 | 0.99 | 0.32 |
| Hex | A3 | 1 | 23 | 0 | 63 | 4F | 24 | 15B | 63 | 20 |
| Octal | 243 | 1 | 43 | 0 | 143 | 117 | 44 | 533 | 143 | 40 |
| Binary | 10100011 | 1 | 100011 | 0 | 1100011 | 1001111 | 100100 | 101011011 | 1100011 | 100000 |
Color Harmonies of #A30123
Complementary color
Monochromatic Colors of #A30123
Black with #A30123
Text Example
Text Example
White with #A30123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30123; }
p { color: rgb(163,1,35); }
H1.HeaderClassName
{
color: #A30123;
}
.AnyTagClassName
{
color: #A30123;
}
</style>
background-color css
<style>
a { background-color: #A30123; }
a { background-color: rgb(163,1,35); }
div.DivClassName
{
background-color: #A30123;
}
.BgClassName
{
background-color: #A30123;
}
</style>
border-color css
<style>
span { border-color: #A30123; }
span { border-color: rgb(163,1,35); }
td.TdClassName
{
border-color: #A30123;
}
.TagClassName
{
border-color: #A30123;
}
</style>