Shades of Cardinal #B0283B
Tints of Cardinal #B0283B
RGB
CMYK
RGB Variations
Color information
#B0283B (or 0xB0283B) is known color: Cardinal. HEX triplet: B0, 28 and 3B. RGB value is (176,40,59). Sum of RGB (Red+Green+Blue) = 176+40+59=275 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64% from 275); Green value is 40 (16.02% from 255 or 14.55% from 275); Blue value is 59 (23.44% from 255 or 21.45% from 275); Max value from RGB is 176 - color contains mainly: red. Hex color #B0283B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0283B is #4FD7C4. Grayscale: #525252. Windows color (decimal): -5232581 or 3877040. OLE color: 3877040.
HSL color Cylindrical-coordinate representation of color #B0283B: hue angle of 351.62º 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 #B0283B is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 40 | 59 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.31 |
| HSL | 351.62º | 0.63% | 0.42% | - |
| HSV(B) | 351.62º | 0.77% | 0.69% | - |
| XYZ | 19.45 | 11.06 | 5.25 | - |
| YUV | 82.83 | 114.56 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 40 | 59 | 0 | 0.77 | 0.66 | 0.31 | 351.62 | 0.63 | 0.42 |
| Hex | B0 | 28 | 3B | 0 | 4D | 42 | 1F | 160 | 3F | 2A |
| Octal | 260 | 50 | 73 | 0 | 115 | 102 | 37 | 540 | 77 | 52 |
| Binary | 10110000 | 101000 | 111011 | 0 | 1001101 | 1000010 | 11111 | 101100000 | 111111 | 101010 |
Color Harmonies of #B0283B
Complementary color
Monochromatic Colors of #B0283B
Black with #B0283B
Text Example
Text Example
White with #B0283B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0283B; }
p { color: rgb(176,40,59); }
H1.HeaderClassName
{
color: #B0283B;
}
.AnyTagClassName
{
color: #B0283B;
}
</style>
background-color css
<style>
a { background-color: #B0283B; }
a { background-color: rgb(176,40,59); }
div.DivClassName
{
background-color: #B0283B;
}
.BgClassName
{
background-color: #B0283B;
}
</style>
border-color css
<style>
span { border-color: #B0283B; }
span { border-color: rgb(176,40,59); }
td.TdClassName
{
border-color: #B0283B;
}
.TagClassName
{
border-color: #B0283B;
}
</style>