Shades of Carmine #A3061B
Tints of Carmine #A3061B
RGB
CMYK
RGB Variations
Color information
#A3061B (or 0xA3061B) is known color: Carmine. HEX triplet: A3, 06 and 1B. RGB value is (163,6,27). Sum of RGB (Red+Green+Blue) = 163+6+27=196 (25% of max value = 765). Red value is 163 (64.06% from 255 or 83.16% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 27 (10.94% from 255 or 13.78% from 196); Max value from RGB is 163 - color contains mainly: red. Hex color #A3061B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3061B is #5CF9E4. Grayscale: #373737. Windows color (decimal): -6093285 or 1771171. OLE color: 1771171.
HSL color Cylindrical-coordinate representation of color #A3061B: hue angle of 351.97º degrees, saturation: 0.93, 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 #A3061B is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 6 | 27 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.36 |
| HSL | 351.97º | 0.93% | 0.33% | - |
| HSV(B) | 351.97º | 0.96% | 0.64% | - |
| XYZ | 15.37 | 8 | 1.77 | - |
| YUV | 55.34 | 112.01 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 6 | 27 | 0 | 0.96 | 0.83 | 0.36 | 351.97 | 0.93 | 0.33 |
| Hex | A3 | 6 | 1B | 0 | 60 | 53 | 24 | 160 | 5D | 21 |
| Octal | 243 | 6 | 33 | 0 | 140 | 123 | 44 | 540 | 135 | 41 |
| Binary | 10100011 | 110 | 11011 | 0 | 1100000 | 1010011 | 100100 | 101100000 | 1011101 | 100001 |
Color Harmonies of #A3061B
Complementary color
Monochromatic Colors of #A3061B
Black with #A3061B
Text Example
Text Example
White with #A3061B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3061B; }
p { color: rgb(163,6,27); }
H1.HeaderClassName
{
color: #A3061B;
}
.AnyTagClassName
{
color: #A3061B;
}
</style>
background-color css
<style>
a { background-color: #A3061B; }
a { background-color: rgb(163,6,27); }
div.DivClassName
{
background-color: #A3061B;
}
.BgClassName
{
background-color: #A3061B;
}
</style>
border-color css
<style>
span { border-color: #A3061B; }
span { border-color: rgb(163,6,27); }
td.TdClassName
{
border-color: #A3061B;
}
.TagClassName
{
border-color: #A3061B;
}
</style>