Shades of Cardinal #BA082F
Tints of Cardinal #BA082F
RGB
CMYK
RGB Variations
Color information
#BA082F (or 0xBA082F) is known color: Cardinal. HEX triplet: BA, 08 and 2F. RGB value is (186,8,47). Sum of RGB (Red+Green+Blue) = 186+8+47=241 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.18% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 186 - color contains mainly: red. Hex color #BA082F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA082F is #45F7D0. Grayscale: #414141. Windows color (decimal): -4585425 or 3082426. OLE color: 3082426.
HSL color Cylindrical-coordinate representation of color #BA082F: hue angle of 346.85º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA082F is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 8 | 47 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.27 |
| HSL | 346.85º | 0.92% | 0.38% | - |
| HSV(B) | 346.85º | 0.96% | 0.73% | - |
| XYZ | 20.85 | 10.82 | 3.68 | - |
| YUV | 65.67 | 117.47 | 213.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 8 | 47 | 0 | 0.96 | 0.75 | 0.27 | 346.85 | 0.92 | 0.38 |
| Hex | BA | 8 | 2F | 0 | 60 | 4B | 1B | 15B | 5C | 26 |
| Octal | 272 | 10 | 57 | 0 | 140 | 113 | 33 | 533 | 134 | 46 |
| Binary | 10111010 | 1000 | 101111 | 0 | 1100000 | 1001011 | 11011 | 101011011 | 1011100 | 100110 |
Color Harmonies of #BA082F
Complementary color
Monochromatic Colors of #BA082F
Black with #BA082F
Text Example
Text Example
White with #BA082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA082F; }
p { color: rgb(186,8,47); }
H1.HeaderClassName
{
color: #BA082F;
}
.AnyTagClassName
{
color: #BA082F;
}
</style>
background-color css
<style>
a { background-color: #BA082F; }
a { background-color: rgb(186,8,47); }
div.DivClassName
{
background-color: #BA082F;
}
.BgClassName
{
background-color: #BA082F;
}
</style>
border-color css
<style>
span { border-color: #BA082F; }
span { border-color: rgb(186,8,47); }
td.TdClassName
{
border-color: #BA082F;
}
.TagClassName
{
border-color: #BA082F;
}
</style>