Shades of Carmine #A3000F
Tints of Carmine #A3000F
RGB
CMYK
RGB Variations
Color information
#A3000F (or 0xA3000F) is known color: Carmine. HEX triplet: A3, 00 and 0F. RGB value is (163,0,15). Sum of RGB (Red+Green+Blue) = 163+0+15=178 (23% of max value = 765). Red value is 163 (64.06% from 255 or 91.57% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 163 - color contains mainly: red. Hex color #A3000F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3000F is #5CFFF0. Grayscale: #323232. Windows color (decimal): -6094833 or 983203. OLE color: 983203.
HSL color Cylindrical-coordinate representation of color #A3000F: hue angle of 354.48º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A3000F is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.91 | 0.36 |
| HSL | 354.48º | 1% | 0.32% | - |
| HSV(B) | 354.48º | 1% | 0.64% | - |
| XYZ | 15.19 | 7.82 | 1.16 | - |
| YUV | 50.45 | 108 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 0 | 15 | 0 | 1 | 0.91 | 0.36 | 354.48 | 1 | 0.32 |
| Hex | A3 | 0 | F | 0 | 64 | 5B | 24 | 162 | 64 | 20 |
| Octal | 243 | 0 | 17 | 0 | 144 | 133 | 44 | 542 | 144 | 40 |
| Binary | 10100011 | 0 | 1111 | 0 | 1100100 | 1011011 | 100100 | 101100010 | 1100100 | 100000 |
Color Harmonies of #A3000F
Complementary color
Monochromatic Colors of #A3000F
Black with #A3000F
Text Example
Text Example
White with #A3000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3000F; }
p { color: rgb(163,0,15); }
H1.HeaderClassName
{
color: #A3000F;
}
.AnyTagClassName
{
color: #A3000F;
}
</style>
background-color css
<style>
a { background-color: #A3000F; }
a { background-color: rgb(163,0,15); }
div.DivClassName
{
background-color: #A3000F;
}
.BgClassName
{
background-color: #A3000F;
}
</style>
border-color css
<style>
span { border-color: #A3000F; }
span { border-color: rgb(163,0,15); }
td.TdClassName
{
border-color: #A3000F;
}
.TagClassName
{
border-color: #A3000F;
}
</style>