Shades of Cardinal #BA262F
Tints of Cardinal #BA262F
RGB
CMYK
RGB Variations
Color information
#BA262F (or 0xBA262F) is known color: Cardinal. HEX triplet: BA, 26 and 2F. RGB value is (186,38,47). Sum of RGB (Red+Green+Blue) = 186+38+47=271 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.63% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 186 - color contains mainly: red. Hex color #BA262F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA262F is #45D9D0. Grayscale: #535353. Windows color (decimal): -4577745 or 3090106. OLE color: 3090106.
HSL color Cylindrical-coordinate representation of color #BA262F: hue angle of 356.35º 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 #BA262F is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 47 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.27 |
| HSL | 356.35º | 0.66% | 0.44% | - |
| HSV(B) | 356.35º | 0.8% | 0.73% | - |
| XYZ | 21.46 | 12.03 | 3.88 | - |
| YUV | 83.28 | 107.53 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 47 | 0 | 0.80 | 0.75 | 0.27 | 356.35 | 0.66 | 0.44 |
| Hex | BA | 26 | 2F | 0 | 50 | 4B | 1B | 164 | 42 | 2C |
| Octal | 272 | 46 | 57 | 0 | 120 | 113 | 33 | 544 | 102 | 54 |
| Binary | 10111010 | 100110 | 101111 | 0 | 1010000 | 1001011 | 11011 | 101100100 | 1000010 | 101100 |
Color Harmonies of #BA262F
Complementary color
Monochromatic Colors of #BA262F
Black with #BA262F
Text Example
Text Example
White with #BA262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA262F; }
p { color: rgb(186,38,47); }
H1.HeaderClassName
{
color: #BA262F;
}
.AnyTagClassName
{
color: #BA262F;
}
</style>
background-color css
<style>
a { background-color: #BA262F; }
a { background-color: rgb(186,38,47); }
div.DivClassName
{
background-color: #BA262F;
}
.BgClassName
{
background-color: #BA262F;
}
</style>
border-color css
<style>
span { border-color: #BA262F; }
span { border-color: rgb(186,38,47); }
td.TdClassName
{
border-color: #BA262F;
}
.TagClassName
{
border-color: #BA262F;
}
</style>