Shades of Cardinal #A91B3C
Tints of Cardinal #A91B3C
RGB
CMYK
RGB Variations
Color information
#A91B3C (or 0xA91B3C) is known color: Cardinal. HEX triplet: A9, 1B and 3C. RGB value is (169,27,60). Sum of RGB (Red+Green+Blue) = 169+27+60=256 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.02% from 256); Green value is 27 (10.94% from 255 or 10.55% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 169 - color contains mainly: red. Hex color #A91B3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A91B3C is #56E4C3. Grayscale: #494949. Windows color (decimal): -5694660 or 3939241. OLE color: 3939241.
HSL color Cylindrical-coordinate representation of color #A91B3C: hue angle of 346.06º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A91B3C is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 27 | 60 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.34 |
| HSL | 346.06º | 0.72% | 0.38% | - |
| HSV(B) | 346.06º | 0.84% | 0.66% | - |
| XYZ | 17.57 | 9.55 | 5.19 | - |
| YUV | 73.22 | 120.54 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 27 | 60 | 0 | 0.84 | 0.64 | 0.34 | 346.06 | 0.72 | 0.38 |
| Hex | A9 | 1B | 3C | 0 | 54 | 40 | 22 | 15A | 48 | 26 |
| Octal | 251 | 33 | 74 | 0 | 124 | 100 | 42 | 532 | 110 | 46 |
| Binary | 10101001 | 11011 | 111100 | 0 | 1010100 | 1000000 | 100010 | 101011010 | 1001000 | 100110 |
Color Harmonies of #A91B3C
Complementary color
Monochromatic Colors of #A91B3C
Black with #A91B3C
Text Example
Text Example
White with #A91B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91B3C; }
p { color: rgb(169,27,60); }
H1.HeaderClassName
{
color: #A91B3C;
}
.AnyTagClassName
{
color: #A91B3C;
}
</style>
background-color css
<style>
a { background-color: #A91B3C; }
a { background-color: rgb(169,27,60); }
div.DivClassName
{
background-color: #A91B3C;
}
.BgClassName
{
background-color: #A91B3C;
}
</style>
border-color css
<style>
span { border-color: #A91B3C; }
span { border-color: rgb(169,27,60); }
td.TdClassName
{
border-color: #A91B3C;
}
.TagClassName
{
border-color: #A91B3C;
}
</style>