Shades of Cardinal #B02737
Tints of Cardinal #B02737
RGB
CMYK
RGB Variations
Color information
#B02737 (or 0xB02737) is known color: Cardinal. HEX triplet: B0, 27 and 37. RGB value is (176,39,55). Sum of RGB (Red+Green+Blue) = 176+39+55=270 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.19% from 270); Green value is 39 (15.62% from 255 or 14.44% from 270); Blue value is 55 (21.88% from 255 or 20.37% from 270); Max value from RGB is 176 - color contains mainly: red. Hex color #B02737 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02737 is #4FD8C8. Grayscale: #515151. Windows color (decimal): -5232841 or 3614640. OLE color: 3614640.
HSL color Cylindrical-coordinate representation of color #B02737: hue angle of 352.99º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B02737 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 39 | 55 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.31 |
| HSL | 352.99º | 0.64% | 0.42% | - |
| HSV(B) | 352.99º | 0.78% | 0.69% | - |
| XYZ | 19.32 | 10.96 | 4.71 | - |
| YUV | 81.79 | 112.89 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 39 | 55 | 0 | 0.78 | 0.69 | 0.31 | 352.99 | 0.64 | 0.42 |
| Hex | B0 | 27 | 37 | 0 | 4E | 45 | 1F | 161 | 40 | 2A |
| Octal | 260 | 47 | 67 | 0 | 116 | 105 | 37 | 541 | 100 | 52 |
| Binary | 10110000 | 100111 | 110111 | 0 | 1001110 | 1000101 | 11111 | 101100001 | 1000000 | 101010 |
Color Harmonies of #B02737
Complementary color
Monochromatic Colors of #B02737
Black with #B02737
Text Example
Text Example
White with #B02737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02737; }
p { color: rgb(176,39,55); }
H1.HeaderClassName
{
color: #B02737;
}
.AnyTagClassName
{
color: #B02737;
}
</style>
background-color css
<style>
a { background-color: #B02737; }
a { background-color: rgb(176,39,55); }
div.DivClassName
{
background-color: #B02737;
}
.BgClassName
{
background-color: #B02737;
}
</style>
border-color css
<style>
span { border-color: #B02737; }
span { border-color: rgb(176,39,55); }
td.TdClassName
{
border-color: #B02737;
}
.TagClassName
{
border-color: #B02737;
}
</style>