Shades of Medium Carmine #A94030
Tints of Medium Carmine #A94030
RGB
CMYK
RGB Variations
Color information
#A94030 (or 0xA94030) is known color: Medium Carmine. HEX triplet: A9, 40 and 30. RGB value is (169,64,48). Sum of RGB (Red+Green+Blue) = 169+64+48=281 (37% of max value = 765). Red value is 169 (66.41% from 255 or 60.14% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 169 - color contains mainly: red. Hex color #A94030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94030 is #56BFCF. Grayscale: #5D5D5D. Windows color (decimal): -5685200 or 3162281. OLE color: 3162281.
HSL color Cylindrical-coordinate representation of color #A94030: hue angle of 7.93º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A94030 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 64 | 48 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.34 |
| HSL | 7.93º | 0.56% | 0.43% | - |
| HSV(B) | 7.93º | 0.72% | 0.66% | - |
| XYZ | 18.73 | 12.32 | 4.19 | - |
| YUV | 93.57 | 102.29 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 64 | 48 | 0 | 0.62 | 0.72 | 0.34 | 7.93 | 0.56 | 0.43 |
| Hex | A9 | 40 | 30 | 0 | 3E | 48 | 22 | 8 | 38 | 2B |
| Octal | 251 | 100 | 60 | 0 | 76 | 110 | 42 | 10 | 70 | 53 |
| Binary | 10101001 | 1000000 | 110000 | 0 | 111110 | 1001000 | 100010 | 1000 | 111000 | 101011 |
Color Harmonies of #A94030
Complementary color
Monochromatic Colors of #A94030
Black with #A94030
Text Example
Text Example
White with #A94030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94030; }
p { color: rgb(169,64,48); }
H1.HeaderClassName
{
color: #A94030;
}
.AnyTagClassName
{
color: #A94030;
}
</style>
background-color css
<style>
a { background-color: #A94030; }
a { background-color: rgb(169,64,48); }
div.DivClassName
{
background-color: #A94030;
}
.BgClassName
{
background-color: #A94030;
}
</style>
border-color css
<style>
span { border-color: #A94030; }
span { border-color: rgb(169,64,48); }
td.TdClassName
{
border-color: #A94030;
}
.TagClassName
{
border-color: #A94030;
}
</style>