Shades of Cardinal #B0283A
Tints of Cardinal #B0283A
RGB
CMYK
RGB Variations
Color information
#B0283A (or 0xB0283A) is known color: Cardinal. HEX triplet: B0, 28 and 3A. RGB value is (176,40,58). Sum of RGB (Red+Green+Blue) = 176+40+58=274 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.23% from 274); Green value is 40 (16.02% from 255 or 14.60% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 176 - color contains mainly: red. Hex color #B0283A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0283A is #4FD7C5. Grayscale: #525252. Windows color (decimal): -5232582 or 3811504. OLE color: 3811504.
HSL color Cylindrical-coordinate representation of color #B0283A: hue angle of 352.06º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B0283A is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 40 | 58 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.31 |
| HSL | 352.06º | 0.63% | 0.42% | - |
| HSV(B) | 352.06º | 0.77% | 0.69% | - |
| XYZ | 19.43 | 11.05 | 5.11 | - |
| YUV | 82.72 | 114.06 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 40 | 58 | 0 | 0.77 | 0.67 | 0.31 | 352.06 | 0.63 | 0.42 |
| Hex | B0 | 28 | 3A | 0 | 4D | 43 | 1F | 160 | 3F | 2A |
| Octal | 260 | 50 | 72 | 0 | 115 | 103 | 37 | 540 | 77 | 52 |
| Binary | 10110000 | 101000 | 111010 | 0 | 1001101 | 1000011 | 11111 | 101100000 | 111111 | 101010 |
Color Harmonies of #B0283A
Complementary color
Monochromatic Colors of #B0283A
Black with #B0283A
Text Example
Text Example
White with #B0283A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0283A; }
p { color: rgb(176,40,58); }
H1.HeaderClassName
{
color: #B0283A;
}
.AnyTagClassName
{
color: #B0283A;
}
</style>
background-color css
<style>
a { background-color: #B0283A; }
a { background-color: rgb(176,40,58); }
div.DivClassName
{
background-color: #B0283A;
}
.BgClassName
{
background-color: #B0283A;
}
</style>
border-color css
<style>
span { border-color: #B0283A; }
span { border-color: rgb(176,40,58); }
td.TdClassName
{
border-color: #B0283A;
}
.TagClassName
{
border-color: #B0283A;
}
</style>