Shades of Cardinal #BA093D
Tints of Cardinal #BA093D
RGB
CMYK
RGB Variations
Color information
#BA093D (or 0xBA093D) is known color: Cardinal. HEX triplet: BA, 09 and 3D. RGB value is (186,9,61). Sum of RGB (Red+Green+Blue) = 186+9+61=256 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.66% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 186 - color contains mainly: red. Hex color #BA093D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA093D is #45F6C2. Grayscale: #434343. Windows color (decimal): -4585155 or 4000186. OLE color: 4000186.
HSL color Cylindrical-coordinate representation of color #BA093D: hue angle of 342.37º 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 #BA093D is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 9 | 61 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.27 |
| HSL | 342.37º | 0.91% | 0.38% | - |
| HSV(B) | 342.37º | 0.95% | 0.73% | - |
| XYZ | 21.19 | 10.97 | 5.42 | - |
| YUV | 67.85 | 124.14 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 61 | 0 | 0.95 | 0.67 | 0.27 | 342.37 | 0.91 | 0.38 |
| Hex | BA | 9 | 3D | 0 | 5F | 43 | 1B | 156 | 5B | 26 |
| Octal | 272 | 11 | 75 | 0 | 137 | 103 | 33 | 526 | 133 | 46 |
| Binary | 10111010 | 1001 | 111101 | 0 | 1011111 | 1000011 | 11011 | 101010110 | 1011011 | 100110 |
Color Harmonies of #BA093D
Complementary color
Monochromatic Colors of #BA093D
Black with #BA093D
Text Example
Text Example
White with #BA093D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA093D; }
p { color: rgb(186,9,61); }
H1.HeaderClassName
{
color: #BA093D;
}
.AnyTagClassName
{
color: #BA093D;
}
</style>
background-color css
<style>
a { background-color: #BA093D; }
a { background-color: rgb(186,9,61); }
div.DivClassName
{
background-color: #BA093D;
}
.BgClassName
{
background-color: #BA093D;
}
</style>
border-color css
<style>
span { border-color: #BA093D; }
span { border-color: rgb(186,9,61); }
td.TdClassName
{
border-color: #BA093D;
}
.TagClassName
{
border-color: #BA093D;
}
</style>