Shades of Cardinal #BA093B
Tints of Cardinal #BA093B
RGB
CMYK
RGB Variations
Color information
#BA093B (or 0xBA093B) is known color: Cardinal. HEX triplet: BA, 09 and 3B. RGB value is (186,9,59). Sum of RGB (Red+Green+Blue) = 186+9+59=254 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.23% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 59 (23.44% from 255 or 23.23% from 254); Max value from RGB is 186 - color contains mainly: red. Hex color #BA093B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA093B is #45F6C4. Grayscale: #434343. Windows color (decimal): -4585157 or 3869114. OLE color: 3869114.
HSL color Cylindrical-coordinate representation of color #BA093B: hue angle of 343.05º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA093B is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 9 | 59 | - |
| CMYK | 0 | 0.95 | 0.68 | 0.27 |
| HSL | 343.05º | 0.91% | 0.38% | - |
| HSV(B) | 343.05º | 0.95% | 0.73% | - |
| XYZ | 21.14 | 10.95 | 5.14 | - |
| YUV | 67.62 | 123.14 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 59 | 0 | 0.95 | 0.68 | 0.27 | 343.05 | 0.91 | 0.38 |
| Hex | BA | 9 | 3B | 0 | 5F | 44 | 1B | 157 | 5B | 26 |
| Octal | 272 | 11 | 73 | 0 | 137 | 104 | 33 | 527 | 133 | 46 |
| Binary | 10111010 | 1001 | 111011 | 0 | 1011111 | 1000100 | 11011 | 101010111 | 1011011 | 100110 |
Color Harmonies of #BA093B
Complementary color
Monochromatic Colors of #BA093B
Black with #BA093B
Text Example
Text Example
White with #BA093B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA093B; }
p { color: rgb(186,9,59); }
H1.HeaderClassName
{
color: #BA093B;
}
.AnyTagClassName
{
color: #BA093B;
}
</style>
background-color css
<style>
a { background-color: #BA093B; }
a { background-color: rgb(186,9,59); }
div.DivClassName
{
background-color: #BA093B;
}
.BgClassName
{
background-color: #BA093B;
}
</style>
border-color css
<style>
span { border-color: #BA093B; }
span { border-color: rgb(186,9,59); }
td.TdClassName
{
border-color: #BA093B;
}
.TagClassName
{
border-color: #BA093B;
}
</style>