Shades of Cardinal #BA1B36
Tints of Cardinal #BA1B36
RGB
CMYK
RGB Variations
Color information
#BA1B36 (or 0xBA1B36) is known color: Cardinal. HEX triplet: BA, 1B and 36. RGB value is (186,27,54). Sum of RGB (Red+Green+Blue) = 186+27+54=267 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.66% from 267); Green value is 27 (10.94% from 255 or 10.11% from 267); Blue value is 54 (21.48% from 255 or 20.22% from 267); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1B36 is #45E4C9. Grayscale: #4D4D4D. Windows color (decimal): -4580554 or 3546042. OLE color: 3546042.
HSL color Cylindrical-coordinate representation of color #BA1B36: hue angle of 349.81º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA1B36 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 27 | 54 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.27 |
| HSL | 349.81º | 0.75% | 0.42% | - |
| HSV(B) | 349.81º | 0.85% | 0.73% | - |
| XYZ | 21.31 | 11.49 | 4.58 | - |
| YUV | 77.62 | 114.68 | 205.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 27 | 54 | 0 | 0.85 | 0.71 | 0.27 | 349.81 | 0.75 | 0.42 |
| Hex | BA | 1B | 36 | 0 | 55 | 47 | 1B | 15E | 4B | 2A |
| Octal | 272 | 33 | 66 | 0 | 125 | 107 | 33 | 536 | 113 | 52 |
| Binary | 10111010 | 11011 | 110110 | 0 | 1010101 | 1000111 | 11011 | 101011110 | 1001011 | 101010 |
Color Harmonies of #BA1B36
Complementary color
Monochromatic Colors of #BA1B36
Black with #BA1B36
Text Example
Text Example
White with #BA1B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1B36; }
p { color: rgb(186,27,54); }
H1.HeaderClassName
{
color: #BA1B36;
}
.AnyTagClassName
{
color: #BA1B36;
}
</style>
background-color css
<style>
a { background-color: #BA1B36; }
a { background-color: rgb(186,27,54); }
div.DivClassName
{
background-color: #BA1B36;
}
.BgClassName
{
background-color: #BA1B36;
}
</style>
border-color css
<style>
span { border-color: #BA1B36; }
span { border-color: rgb(186,27,54); }
td.TdClassName
{
border-color: #BA1B36;
}
.TagClassName
{
border-color: #BA1B36;
}
</style>