Shades of Cardinal #BA262B
Tints of Cardinal #BA262B
RGB
CMYK
RGB Variations
Color information
#BA262B (or 0xBA262B) is known color: Cardinal. HEX triplet: BA, 26 and 2B. RGB value is (186,38,43). Sum of RGB (Red+Green+Blue) = 186+38+43=267 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.66% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 186 - color contains mainly: red. Hex color #BA262B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA262B is #45D9D4. Grayscale: #525252. Windows color (decimal): -4577749 or 2827962. OLE color: 2827962.
HSL color Cylindrical-coordinate representation of color #BA262B: hue angle of 357.97º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA262B is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 43 | - |
| CMYK | 0 | 0.80 | 0.77 | 0.27 |
| HSL | 357.97º | 0.66% | 0.44% | - |
| HSV(B) | 357.97º | 0.8% | 0.73% | - |
| XYZ | 21.38 | 12 | 3.47 | - |
| YUV | 82.82 | 105.53 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 43 | 0 | 0.80 | 0.77 | 0.27 | 357.97 | 0.66 | 0.44 |
| Hex | BA | 26 | 2B | 0 | 50 | 4D | 1B | 166 | 42 | 2C |
| Octal | 272 | 46 | 53 | 0 | 120 | 115 | 33 | 546 | 102 | 54 |
| Binary | 10111010 | 100110 | 101011 | 0 | 1010000 | 1001101 | 11011 | 101100110 | 1000010 | 101100 |
Color Harmonies of #BA262B
Complementary color
Monochromatic Colors of #BA262B
Black with #BA262B
Text Example
Text Example
White with #BA262B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA262B; }
p { color: rgb(186,38,43); }
H1.HeaderClassName
{
color: #BA262B;
}
.AnyTagClassName
{
color: #BA262B;
}
</style>
background-color css
<style>
a { background-color: #BA262B; }
a { background-color: rgb(186,38,43); }
div.DivClassName
{
background-color: #BA262B;
}
.BgClassName
{
background-color: #BA262B;
}
</style>
border-color css
<style>
span { border-color: #BA262B; }
span { border-color: rgb(186,38,43); }
td.TdClassName
{
border-color: #BA262B;
}
.TagClassName
{
border-color: #BA262B;
}
</style>