Shades of Cardinal #A90B3C
Tints of Cardinal #A90B3C
RGB
CMYK
RGB Variations
Color information
#A90B3C (or 0xA90B3C) is known color: Cardinal. HEX triplet: A9, 0B and 3C. RGB value is (169,11,60). Sum of RGB (Red+Green+Blue) = 169+11+60=240 (31% of max value = 765). Red value is 169 (66.41% from 255 or 70.42% from 240); Green value is 11 (4.69% from 255 or 4.58% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 169 - color contains mainly: red. Hex color #A90B3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90B3C is #56F4C3. Grayscale: #3F3F3F. Windows color (decimal): -5698756 or 3935145. OLE color: 3935145.
HSL color Cylindrical-coordinate representation of color #A90B3C: hue angle of 341.39º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A90B3C is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 11 | 60 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.34 |
| HSL | 341.39º | 0.88% | 0.35% | - |
| HSV(B) | 341.39º | 0.93% | 0.66% | - |
| XYZ | 17.3 | 9 | 5.1 | - |
| YUV | 63.83 | 125.85 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 11 | 60 | 0 | 0.93 | 0.64 | 0.34 | 341.39 | 0.88 | 0.35 |
| Hex | A9 | B | 3C | 0 | 5D | 40 | 22 | 155 | 58 | 23 |
| Octal | 251 | 13 | 74 | 0 | 135 | 100 | 42 | 525 | 130 | 43 |
| Binary | 10101001 | 1011 | 111100 | 0 | 1011101 | 1000000 | 100010 | 101010101 | 1011000 | 100011 |
Color Harmonies of #A90B3C
Complementary color
Monochromatic Colors of #A90B3C
Black with #A90B3C
Text Example
Text Example
White with #A90B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90B3C; }
p { color: rgb(169,11,60); }
H1.HeaderClassName
{
color: #A90B3C;
}
.AnyTagClassName
{
color: #A90B3C;
}
</style>
background-color css
<style>
a { background-color: #A90B3C; }
a { background-color: rgb(169,11,60); }
div.DivClassName
{
background-color: #A90B3C;
}
.BgClassName
{
background-color: #A90B3C;
}
</style>
border-color css
<style>
span { border-color: #A90B3C; }
span { border-color: rgb(169,11,60); }
td.TdClassName
{
border-color: #A90B3C;
}
.TagClassName
{
border-color: #A90B3C;
}
</style>