Shades of Cardinal #BA1B28
Tints of Cardinal #BA1B28
RGB
CMYK
RGB Variations
Color information
#BA1B28 (or 0xBA1B28) is known color: Cardinal. HEX triplet: BA, 1B and 28. RGB value is (186,27,40). Sum of RGB (Red+Green+Blue) = 186+27+40=253 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.52% from 253); Green value is 27 (10.94% from 255 or 10.67% from 253); Blue value is 40 (16.02% from 255 or 15.81% from 253); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1B28 is #45E4D7. Grayscale: #4C4C4C. Windows color (decimal): -4580568 or 2628538. OLE color: 2628538.
HSL color Cylindrical-coordinate representation of color #BA1B28: hue angle of 355.09º 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 #BA1B28 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 27 | 40 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.27 |
| HSL | 355.09º | 0.75% | 0.42% | - |
| HSV(B) | 355.09º | 0.85% | 0.73% | - |
| XYZ | 21.02 | 11.38 | 3.1 | - |
| YUV | 76.02 | 107.68 | 206.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 27 | 40 | 0 | 0.85 | 0.78 | 0.27 | 355.09 | 0.75 | 0.42 |
| Hex | BA | 1B | 28 | 0 | 55 | 4E | 1B | 163 | 4B | 2A |
| Octal | 272 | 33 | 50 | 0 | 125 | 116 | 33 | 543 | 113 | 52 |
| Binary | 10111010 | 11011 | 101000 | 0 | 1010101 | 1001110 | 11011 | 101100011 | 1001011 | 101010 |
Color Harmonies of #BA1B28
Complementary color
Monochromatic Colors of #BA1B28
Black with #BA1B28
Text Example
Text Example
White with #BA1B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1B28; }
p { color: rgb(186,27,40); }
H1.HeaderClassName
{
color: #BA1B28;
}
.AnyTagClassName
{
color: #BA1B28;
}
</style>
background-color css
<style>
a { background-color: #BA1B28; }
a { background-color: rgb(186,27,40); }
div.DivClassName
{
background-color: #BA1B28;
}
.BgClassName
{
background-color: #BA1B28;
}
</style>
border-color css
<style>
span { border-color: #BA1B28; }
span { border-color: rgb(186,27,40); }
td.TdClassName
{
border-color: #BA1B28;
}
.TagClassName
{
border-color: #BA1B28;
}
</style>