Shades of Cardinal #BA232F
Tints of Cardinal #BA232F
RGB
CMYK
RGB Variations
Color information
#BA232F (or 0xBA232F) is known color: Cardinal. HEX triplet: BA, 23 and 2F. RGB value is (186,35,47). Sum of RGB (Red+Green+Blue) = 186+35+47=268 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.40% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 186 - color contains mainly: red. Hex color #BA232F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA232F is #45DCD0. Grayscale: #515151. Windows color (decimal): -4578513 or 3089338. OLE color: 3089338.
HSL color Cylindrical-coordinate representation of color #BA232F: hue angle of 355.23º 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 #BA232F is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 35 | 47 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.27 |
| HSL | 355.23º | 0.68% | 0.43% | - |
| HSV(B) | 355.23º | 0.81% | 0.73% | - |
| XYZ | 21.36 | 11.85 | 3.85 | - |
| YUV | 81.52 | 108.53 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 35 | 47 | 0 | 0.81 | 0.75 | 0.27 | 355.23 | 0.68 | 0.43 |
| Hex | BA | 23 | 2F | 0 | 51 | 4B | 1B | 163 | 44 | 2B |
| Octal | 272 | 43 | 57 | 0 | 121 | 113 | 33 | 543 | 104 | 53 |
| Binary | 10111010 | 100011 | 101111 | 0 | 1010001 | 1001011 | 11011 | 101100011 | 1000100 | 101011 |
Color Harmonies of #BA232F
Complementary color
Monochromatic Colors of #BA232F
Black with #BA232F
Text Example
Text Example
White with #BA232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA232F; }
p { color: rgb(186,35,47); }
H1.HeaderClassName
{
color: #BA232F;
}
.AnyTagClassName
{
color: #BA232F;
}
</style>
background-color css
<style>
a { background-color: #BA232F; }
a { background-color: rgb(186,35,47); }
div.DivClassName
{
background-color: #BA232F;
}
.BgClassName
{
background-color: #BA232F;
}
</style>
border-color css
<style>
span { border-color: #BA232F; }
span { border-color: rgb(186,35,47); }
td.TdClassName
{
border-color: #BA232F;
}
.TagClassName
{
border-color: #BA232F;
}
</style>