Shades of Cardinal #A80B35
Tints of Cardinal #A80B35
RGB
CMYK
RGB Variations
Color information
#A80B35 (or 0xA80B35) is known color: Cardinal. HEX triplet: A8, 0B and 35. RGB value is (168,11,53). Sum of RGB (Red+Green+Blue) = 168+11+53=232 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.41% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 53 (21.09% from 255 or 22.84% from 232); Max value from RGB is 168 - color contains mainly: red. Hex color #A80B35 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80B35 is #57F4CA. Grayscale: #3E3E3E. Windows color (decimal): -5764299 or 3476392. OLE color: 3476392.
HSL color Cylindrical-coordinate representation of color #A80B35: hue angle of 343.95º 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 #A80B35 is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 11 | 53 | - |
| CMYK | 0 | 0.93 | 0.68 | 0.34 |
| HSL | 343.95º | 0.88% | 0.35% | - |
| HSV(B) | 343.95º | 0.93% | 0.66% | - |
| XYZ | 16.91 | 8.82 | 4.18 | - |
| YUV | 62.73 | 122.51 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 11 | 53 | 0 | 0.93 | 0.68 | 0.34 | 343.95 | 0.88 | 0.35 |
| Hex | A8 | B | 35 | 0 | 5D | 44 | 22 | 158 | 58 | 23 |
| Octal | 250 | 13 | 65 | 0 | 135 | 104 | 42 | 530 | 130 | 43 |
| Binary | 10101000 | 1011 | 110101 | 0 | 1011101 | 1000100 | 100010 | 101011000 | 1011000 | 100011 |
Color Harmonies of #A80B35
Complementary color
Monochromatic Colors of #A80B35
Black with #A80B35
Text Example
Text Example
White with #A80B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80B35; }
p { color: rgb(168,11,53); }
H1.HeaderClassName
{
color: #A80B35;
}
.AnyTagClassName
{
color: #A80B35;
}
</style>
background-color css
<style>
a { background-color: #A80B35; }
a { background-color: rgb(168,11,53); }
div.DivClassName
{
background-color: #A80B35;
}
.BgClassName
{
background-color: #A80B35;
}
</style>
border-color css
<style>
span { border-color: #A80B35; }
span { border-color: rgb(168,11,53); }
td.TdClassName
{
border-color: #A80B35;
}
.TagClassName
{
border-color: #A80B35;
}
</style>