Shades of Cardinal #BA2633
Tints of Cardinal #BA2633
RGB
CMYK
RGB Variations
Color information
#BA2633 (or 0xBA2633) is known color: Cardinal. HEX triplet: BA, 26 and 33. RGB value is (186,38,51). Sum of RGB (Red+Green+Blue) = 186+38+51=275 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.64% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 51 (20.31% from 255 or 18.55% from 275); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2633 is #45D9CC. Grayscale: #535353. Windows color (decimal): -4577741 or 3352250. OLE color: 3352250.
HSL color Cylindrical-coordinate representation of color #BA2633: hue angle of 354.73º 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 #BA2633 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 51 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.27 |
| HSL | 354.73º | 0.66% | 0.44% | - |
| HSV(B) | 354.73º | 0.8% | 0.73% | - |
| XYZ | 21.54 | 12.06 | 4.33 | - |
| YUV | 83.73 | 109.53 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 51 | 0 | 0.80 | 0.73 | 0.27 | 354.73 | 0.66 | 0.44 |
| Hex | BA | 26 | 33 | 0 | 50 | 49 | 1B | 163 | 42 | 2C |
| Octal | 272 | 46 | 63 | 0 | 120 | 111 | 33 | 543 | 102 | 54 |
| Binary | 10111010 | 100110 | 110011 | 0 | 1010000 | 1001001 | 11011 | 101100011 | 1000010 | 101100 |
Color Harmonies of #BA2633
Complementary color
Monochromatic Colors of #BA2633
Black with #BA2633
Text Example
Text Example
White with #BA2633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2633; }
p { color: rgb(186,38,51); }
H1.HeaderClassName
{
color: #BA2633;
}
.AnyTagClassName
{
color: #BA2633;
}
</style>
background-color css
<style>
a { background-color: #BA2633; }
a { background-color: rgb(186,38,51); }
div.DivClassName
{
background-color: #BA2633;
}
.BgClassName
{
background-color: #BA2633;
}
</style>
border-color css
<style>
span { border-color: #BA2633; }
span { border-color: rgb(186,38,51); }
td.TdClassName
{
border-color: #BA2633;
}
.TagClassName
{
border-color: #BA2633;
}
</style>