Shades of Cardinal #A90B3E
Tints of Cardinal #A90B3E
RGB
CMYK
RGB Variations
Color information
#A90B3E (or 0xA90B3E) is known color: Cardinal. HEX triplet: A9, 0B and 3E. RGB value is (169,11,62). Sum of RGB (Red+Green+Blue) = 169+11+62=242 (32% of max value = 765). Red value is 169 (66.41% from 255 or 69.83% from 242); Green value is 11 (4.69% from 255 or 4.55% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 169 - color contains mainly: red. Hex color #A90B3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90B3E is #56F4C1. Grayscale: #404040. Windows color (decimal): -5698754 or 4066217. OLE color: 4066217.
HSL color Cylindrical-coordinate representation of color #A90B3E: hue angle of 340.63º 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 #A90B3E is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 11 | 62 | - |
| CMYK | 0 | 0.93 | 0.63 | 0.34 |
| HSL | 340.63º | 0.88% | 0.35% | - |
| HSV(B) | 340.63º | 0.93% | 0.66% | - |
| XYZ | 17.35 | 9.02 | 5.38 | - |
| YUV | 64.06 | 126.85 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 11 | 62 | 0 | 0.93 | 0.63 | 0.34 | 340.63 | 0.88 | 0.35 |
| Hex | A9 | B | 3E | 0 | 5D | 3F | 22 | 155 | 58 | 23 |
| Octal | 251 | 13 | 76 | 0 | 135 | 77 | 42 | 525 | 130 | 43 |
| Binary | 10101001 | 1011 | 111110 | 0 | 1011101 | 111111 | 100010 | 101010101 | 1011000 | 100011 |
Color Harmonies of #A90B3E
Complementary color
Monochromatic Colors of #A90B3E
Black with #A90B3E
Text Example
Text Example
White with #A90B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90B3E; }
p { color: rgb(169,11,62); }
H1.HeaderClassName
{
color: #A90B3E;
}
.AnyTagClassName
{
color: #A90B3E;
}
</style>
background-color css
<style>
a { background-color: #A90B3E; }
a { background-color: rgb(169,11,62); }
div.DivClassName
{
background-color: #A90B3E;
}
.BgClassName
{
background-color: #A90B3E;
}
</style>
border-color css
<style>
span { border-color: #A90B3E; }
span { border-color: rgb(169,11,62); }
td.TdClassName
{
border-color: #A90B3E;
}
.TagClassName
{
border-color: #A90B3E;
}
</style>