Shades of Cardinal #A91C3B
Tints of Cardinal #A91C3B
RGB
CMYK
RGB Variations
Color information
#A91C3B (or 0xA91C3B) is known color: Cardinal. HEX triplet: A9, 1C and 3B. RGB value is (169,28,59). Sum of RGB (Red+Green+Blue) = 169+28+59=256 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.02% from 256); Green value is 28 (11.33% from 255 or 10.94% from 256); Blue value is 59 (23.44% from 255 or 23.05% from 256); Max value from RGB is 169 - color contains mainly: red. Hex color #A91C3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A91C3B is #56E3C4. Grayscale: #494949. Windows color (decimal): -5694405 or 3873961. OLE color: 3873961.
HSL color Cylindrical-coordinate representation of color #A91C3B: hue angle of 346.81º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A91C3B is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 28 | 59 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.34 |
| HSL | 346.81º | 0.72% | 0.39% | - |
| HSV(B) | 346.81º | 0.83% | 0.66% | - |
| XYZ | 17.57 | 9.58 | 5.06 | - |
| YUV | 73.69 | 119.71 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 28 | 59 | 0 | 0.83 | 0.65 | 0.34 | 346.81 | 0.72 | 0.39 |
| Hex | A9 | 1C | 3B | 0 | 53 | 41 | 22 | 15B | 48 | 27 |
| Octal | 251 | 34 | 73 | 0 | 123 | 101 | 42 | 533 | 110 | 47 |
| Binary | 10101001 | 11100 | 111011 | 0 | 1010011 | 1000001 | 100010 | 101011011 | 1001000 | 100111 |
Color Harmonies of #A91C3B
Complementary color
Monochromatic Colors of #A91C3B
Black with #A91C3B
Text Example
Text Example
White with #A91C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91C3B; }
p { color: rgb(169,28,59); }
H1.HeaderClassName
{
color: #A91C3B;
}
.AnyTagClassName
{
color: #A91C3B;
}
</style>
background-color css
<style>
a { background-color: #A91C3B; }
a { background-color: rgb(169,28,59); }
div.DivClassName
{
background-color: #A91C3B;
}
.BgClassName
{
background-color: #A91C3B;
}
</style>
border-color css
<style>
span { border-color: #A91C3B; }
span { border-color: rgb(169,28,59); }
td.TdClassName
{
border-color: #A91C3B;
}
.TagClassName
{
border-color: #A91C3B;
}
</style>