Shades of Cardinal #BA282F
Tints of Cardinal #BA282F
RGB
CMYK
RGB Variations
Color information
#BA282F (or 0xBA282F) is known color: Cardinal. HEX triplet: BA, 28 and 2F. RGB value is (186,40,47). Sum of RGB (Red+Green+Blue) = 186+40+47=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA282F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA282F is #45D7D0. Grayscale: #545454. Windows color (decimal): -4577233 or 3090618. OLE color: 3090618.
HSL color Cylindrical-coordinate representation of color #BA282F: hue angle of 357.12º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA282F is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 40 | 47 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.27 |
| HSL | 357.12º | 0.65% | 0.44% | - |
| HSV(B) | 357.12º | 0.78% | 0.73% | - |
| XYZ | 21.52 | 12.16 | 3.9 | - |
| YUV | 84.45 | 106.87 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 47 | 0 | 0.78 | 0.75 | 0.27 | 357.12 | 0.65 | 0.44 |
| Hex | BA | 28 | 2F | 0 | 4E | 4B | 1B | 165 | 41 | 2C |
| Octal | 272 | 50 | 57 | 0 | 116 | 113 | 33 | 545 | 101 | 54 |
| Binary | 10111010 | 101000 | 101111 | 0 | 1001110 | 1001011 | 11011 | 101100101 | 1000001 | 101100 |
Color Harmonies of #BA282F
Complementary color
Monochromatic Colors of #BA282F
Black with #BA282F
Text Example
Text Example
White with #BA282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA282F; }
p { color: rgb(186,40,47); }
H1.HeaderClassName
{
color: #BA282F;
}
.AnyTagClassName
{
color: #BA282F;
}
</style>
background-color css
<style>
a { background-color: #BA282F; }
a { background-color: rgb(186,40,47); }
div.DivClassName
{
background-color: #BA282F;
}
.BgClassName
{
background-color: #BA282F;
}
</style>
border-color css
<style>
span { border-color: #BA282F; }
span { border-color: rgb(186,40,47); }
td.TdClassName
{
border-color: #BA282F;
}
.TagClassName
{
border-color: #BA282F;
}
</style>