Shades of Carmine #A3031F
Tints of Carmine #A3031F
RGB
CMYK
RGB Variations
Color information
#A3031F (or 0xA3031F) is known color: Carmine. HEX triplet: A3, 03 and 1F. RGB value is (163,3,31). Sum of RGB (Red+Green+Blue) = 163+3+31=197 (26% of max value = 765). Red value is 163 (64.06% from 255 or 82.74% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 31 (12.5% from 255 or 15.74% from 197); Max value from RGB is 163 - color contains mainly: red. Hex color #A3031F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3031F is #5CFCE0. Grayscale: #363636. Windows color (decimal): -6094049 or 2032547. OLE color: 2032547.
HSL color Cylindrical-coordinate representation of color #A3031F: hue angle of 349.5º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A3031F is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 3 | 31 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.36 |
| HSL | 349.5º | 0.96% | 0.33% | - |
| HSV(B) | 349.5º | 0.98% | 0.64% | - |
| XYZ | 15.38 | 7.95 | 2.02 | - |
| YUV | 54.03 | 115.01 | 205.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 3 | 31 | 0 | 0.98 | 0.81 | 0.36 | 349.5 | 0.96 | 0.33 |
| Hex | A3 | 3 | 1F | 0 | 62 | 51 | 24 | 15E | 60 | 21 |
| Octal | 243 | 3 | 37 | 0 | 142 | 121 | 44 | 536 | 140 | 41 |
| Binary | 10100011 | 11 | 11111 | 0 | 1100010 | 1010001 | 100100 | 101011110 | 1100000 | 100001 |
Color Harmonies of #A3031F
Complementary color
Monochromatic Colors of #A3031F
Black with #A3031F
Text Example
Text Example
White with #A3031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3031F; }
p { color: rgb(163,3,31); }
H1.HeaderClassName
{
color: #A3031F;
}
.AnyTagClassName
{
color: #A3031F;
}
</style>
background-color css
<style>
a { background-color: #A3031F; }
a { background-color: rgb(163,3,31); }
div.DivClassName
{
background-color: #A3031F;
}
.BgClassName
{
background-color: #A3031F;
}
</style>
border-color css
<style>
span { border-color: #A3031F; }
span { border-color: rgb(163,3,31); }
td.TdClassName
{
border-color: #A3031F;
}
.TagClassName
{
border-color: #A3031F;
}
</style>