Shades of Cardinal #B0243A
Tints of Cardinal #B0243A
RGB
CMYK
RGB Variations
Color information
#B0243A (or 0xB0243A) is known color: Cardinal. HEX triplet: B0, 24 and 3A. RGB value is (176,36,58). Sum of RGB (Red+Green+Blue) = 176+36+58=270 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.19% from 270); Green value is 36 (14.45% from 255 or 13.33% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 176 - color contains mainly: red. Hex color #B0243A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0243A is #4FDBC5. Grayscale: #505050. Windows color (decimal): -5233606 or 3810480. OLE color: 3810480.
HSL color Cylindrical-coordinate representation of color #B0243A: hue angle of 350.57º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B0243A is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 36 | 58 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.31 |
| HSL | 350.57º | 0.66% | 0.42% | - |
| HSV(B) | 350.57º | 0.8% | 0.69% | - |
| XYZ | 19.3 | 10.8 | 5.07 | - |
| YUV | 80.37 | 115.38 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 36 | 58 | 0 | 0.80 | 0.67 | 0.31 | 350.57 | 0.66 | 0.42 |
| Hex | B0 | 24 | 3A | 0 | 50 | 43 | 1F | 15F | 42 | 2A |
| Octal | 260 | 44 | 72 | 0 | 120 | 103 | 37 | 537 | 102 | 52 |
| Binary | 10110000 | 100100 | 111010 | 0 | 1010000 | 1000011 | 11111 | 101011111 | 1000010 | 101010 |
Color Harmonies of #B0243A
Complementary color
Monochromatic Colors of #B0243A
Black with #B0243A
Text Example
Text Example
White with #B0243A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0243A; }
p { color: rgb(176,36,58); }
H1.HeaderClassName
{
color: #B0243A;
}
.AnyTagClassName
{
color: #B0243A;
}
</style>
background-color css
<style>
a { background-color: #B0243A; }
a { background-color: rgb(176,36,58); }
div.DivClassName
{
background-color: #B0243A;
}
.BgClassName
{
background-color: #B0243A;
}
</style>
border-color css
<style>
span { border-color: #B0243A; }
span { border-color: rgb(176,36,58); }
td.TdClassName
{
border-color: #B0243A;
}
.TagClassName
{
border-color: #B0243A;
}
</style>