Shades of Carmine #A90833
Tints of Carmine #A90833
RGB
CMYK
RGB Variations
Color information
#A90833 (or 0xA90833) is known color: Carmine. HEX triplet: A9, 08 and 33. RGB value is (169,8,51). Sum of RGB (Red+Green+Blue) = 169+8+51=228 (30% of max value = 765). Red value is 169 (66.41% from 255 or 74.12% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 51 (20.31% from 255 or 22.37% from 228); Max value from RGB is 169 - color contains mainly: red. Hex color #A90833 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90833 is #56F7CC. Grayscale: #3D3D3D. Windows color (decimal): -5699533 or 3344553. OLE color: 3344553.
HSL color Cylindrical-coordinate representation of color #A90833: hue angle of 343.98º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A90833 is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 8 | 51 | - |
| CMYK | 0 | 0.95 | 0.70 | 0.34 |
| HSL | 343.98º | 0.91% | 0.35% | - |
| HSV(B) | 343.98º | 0.95% | 0.66% | - |
| XYZ | 17.05 | 8.85 | 3.94 | - |
| YUV | 61.04 | 122.34 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 8 | 51 | 0 | 0.95 | 0.70 | 0.34 | 343.98 | 0.91 | 0.35 |
| Hex | A9 | 8 | 33 | 0 | 5F | 46 | 22 | 158 | 5B | 23 |
| Octal | 251 | 10 | 63 | 0 | 137 | 106 | 42 | 530 | 133 | 43 |
| Binary | 10101001 | 1000 | 110011 | 0 | 1011111 | 1000110 | 100010 | 101011000 | 1011011 | 100011 |
Color Harmonies of #A90833
Complementary color
Monochromatic Colors of #A90833
Black with #A90833
Text Example
Text Example
White with #A90833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90833; }
p { color: rgb(169,8,51); }
H1.HeaderClassName
{
color: #A90833;
}
.AnyTagClassName
{
color: #A90833;
}
</style>
background-color css
<style>
a { background-color: #A90833; }
a { background-color: rgb(169,8,51); }
div.DivClassName
{
background-color: #A90833;
}
.BgClassName
{
background-color: #A90833;
}
</style>
border-color css
<style>
span { border-color: #A90833; }
span { border-color: rgb(169,8,51); }
td.TdClassName
{
border-color: #A90833;
}
.TagClassName
{
border-color: #A90833;
}
</style>