Shades of Cardinal #BA033B
Tints of Cardinal #BA033B
RGB
CMYK
RGB Variations
Color information
#BA033B (or 0xBA033B) is known color: Cardinal. HEX triplet: BA, 03 and 3B. RGB value is (186,3,59). Sum of RGB (Red+Green+Blue) = 186+3+59=248 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 59 (23.44% from 255 or 23.79% from 248); Max value from RGB is 186 - color contains mainly: red. Hex color #BA033B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA033B is #45FCC4. Grayscale: #404040. Windows color (decimal): -4586693 or 3867578. OLE color: 3867578.
HSL color Cylindrical-coordinate representation of color #BA033B: hue angle of 341.64º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA033B is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 3 | 59 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.27 |
| HSL | 341.64º | 0.97% | 0.37% | - |
| HSV(B) | 341.64º | 0.98% | 0.73% | - |
| XYZ | 21.07 | 10.82 | 5.12 | - |
| YUV | 64.1 | 125.13 | 214.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 3 | 59 | 0 | 0.98 | 0.68 | 0.27 | 341.64 | 0.97 | 0.37 |
| Hex | BA | 3 | 3B | 0 | 62 | 44 | 1B | 156 | 61 | 25 |
| Octal | 272 | 3 | 73 | 0 | 142 | 104 | 33 | 526 | 141 | 45 |
| Binary | 10111010 | 11 | 111011 | 0 | 1100010 | 1000100 | 11011 | 101010110 | 1100001 | 100101 |
Color Harmonies of #BA033B
Complementary color
Monochromatic Colors of #BA033B
Black with #BA033B
Text Example
Text Example
White with #BA033B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA033B; }
p { color: rgb(186,3,59); }
H1.HeaderClassName
{
color: #BA033B;
}
.AnyTagClassName
{
color: #BA033B;
}
</style>
background-color css
<style>
a { background-color: #BA033B; }
a { background-color: rgb(186,3,59); }
div.DivClassName
{
background-color: #BA033B;
}
.BgClassName
{
background-color: #BA033B;
}
</style>
border-color css
<style>
span { border-color: #BA033B; }
span { border-color: rgb(186,3,59); }
td.TdClassName
{
border-color: #BA033B;
}
.TagClassName
{
border-color: #BA033B;
}
</style>