Shades of Cardinal #B0283D
Tints of Cardinal #B0283D
RGB
CMYK
RGB Variations
Color information
#B0283D (or 0xB0283D) is known color: Cardinal. HEX triplet: B0, 28 and 3D. RGB value is (176,40,61). Sum of RGB (Red+Green+Blue) = 176+40+61=277 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.54% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 176 - color contains mainly: red. Hex color #B0283D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0283D is #4FD7C2. Grayscale: #535353. Windows color (decimal): -5232579 or 4008112. OLE color: 4008112.
HSL color Cylindrical-coordinate representation of color #B0283D: hue angle of 350.74º 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 #B0283D is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 40 | 61 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.31 |
| HSL | 350.74º | 0.63% | 0.42% | - |
| HSV(B) | 350.74º | 0.77% | 0.69% | - |
| XYZ | 19.51 | 11.08 | 5.53 | - |
| YUV | 83.06 | 115.56 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 40 | 61 | 0 | 0.77 | 0.65 | 0.31 | 350.74 | 0.63 | 0.42 |
| Hex | B0 | 28 | 3D | 0 | 4D | 41 | 1F | 15F | 3F | 2A |
| Octal | 260 | 50 | 75 | 0 | 115 | 101 | 37 | 537 | 77 | 52 |
| Binary | 10110000 | 101000 | 111101 | 0 | 1001101 | 1000001 | 11111 | 101011111 | 111111 | 101010 |
Color Harmonies of #B0283D
Complementary color
Monochromatic Colors of #B0283D
Black with #B0283D
Text Example
Text Example
White with #B0283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0283D; }
p { color: rgb(176,40,61); }
H1.HeaderClassName
{
color: #B0283D;
}
.AnyTagClassName
{
color: #B0283D;
}
</style>
background-color css
<style>
a { background-color: #B0283D; }
a { background-color: rgb(176,40,61); }
div.DivClassName
{
background-color: #B0283D;
}
.BgClassName
{
background-color: #B0283D;
}
</style>
border-color css
<style>
span { border-color: #B0283D; }
span { border-color: rgb(176,40,61); }
td.TdClassName
{
border-color: #B0283D;
}
.TagClassName
{
border-color: #B0283D;
}
</style>