Shades of Cardinal #BA233D
Tints of Cardinal #BA233D
RGB
CMYK
RGB Variations
Color information
#BA233D (or 0xBA233D) is known color: Cardinal. HEX triplet: BA, 23 and 3D. RGB value is (186,35,61). Sum of RGB (Red+Green+Blue) = 186+35+61=282 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.96% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 61 (24.22% from 255 or 21.63% from 282); Max value from RGB is 186 - color contains mainly: red. Hex color #BA233D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA233D is #45DCC2. Grayscale: #535353. Windows color (decimal): -4578499 or 4006842. OLE color: 4006842.
HSL color Cylindrical-coordinate representation of color #BA233D: hue angle of 349.67º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA233D is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 35 | 61 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.27 |
| HSL | 349.67º | 0.68% | 0.43% | - |
| HSV(B) | 349.67º | 0.81% | 0.73% | - |
| XYZ | 21.69 | 11.98 | 5.58 | - |
| YUV | 83.11 | 115.53 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 35 | 61 | 0 | 0.81 | 0.67 | 0.27 | 349.67 | 0.68 | 0.43 |
| Hex | BA | 23 | 3D | 0 | 51 | 43 | 1B | 15E | 44 | 2B |
| Octal | 272 | 43 | 75 | 0 | 121 | 103 | 33 | 536 | 104 | 53 |
| Binary | 10111010 | 100011 | 111101 | 0 | 1010001 | 1000011 | 11011 | 101011110 | 1000100 | 101011 |
Color Harmonies of #BA233D
Complementary color
Monochromatic Colors of #BA233D
Black with #BA233D
Text Example
Text Example
White with #BA233D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA233D; }
p { color: rgb(186,35,61); }
H1.HeaderClassName
{
color: #BA233D;
}
.AnyTagClassName
{
color: #BA233D;
}
</style>
background-color css
<style>
a { background-color: #BA233D; }
a { background-color: rgb(186,35,61); }
div.DivClassName
{
background-color: #BA233D;
}
.BgClassName
{
background-color: #BA233D;
}
</style>
border-color css
<style>
span { border-color: #BA233D; }
span { border-color: rgb(186,35,61); }
td.TdClassName
{
border-color: #BA233D;
}
.TagClassName
{
border-color: #BA233D;
}
</style>