Shades of Cardinal #B02736
Tints of Cardinal #B02736
RGB
CMYK
RGB Variations
Color information
#B02736 (or 0xB02736) is known color: Cardinal. HEX triplet: B0, 27 and 36. RGB value is (176,39,54). Sum of RGB (Red+Green+Blue) = 176+39+54=269 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.43% from 269); Green value is 39 (15.62% from 255 or 14.50% from 269); Blue value is 54 (21.48% from 255 or 20.07% from 269); Max value from RGB is 176 - color contains mainly: red. Hex color #B02736 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02736 is #4FD8C9. Grayscale: #515151. Windows color (decimal): -5232842 or 3549104. OLE color: 3549104.
HSL color Cylindrical-coordinate representation of color #B02736: hue angle of 353.43º 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 #B02736 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 39 | 54 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.31 |
| HSL | 353.43º | 0.64% | 0.42% | - |
| HSV(B) | 353.43º | 0.78% | 0.69% | - |
| XYZ | 19.3 | 10.95 | 4.59 | - |
| YUV | 81.67 | 112.39 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 39 | 54 | 0 | 0.78 | 0.69 | 0.31 | 353.43 | 0.64 | 0.42 |
| Hex | B0 | 27 | 36 | 0 | 4E | 45 | 1F | 161 | 40 | 2A |
| Octal | 260 | 47 | 66 | 0 | 116 | 105 | 37 | 541 | 100 | 52 |
| Binary | 10110000 | 100111 | 110110 | 0 | 1001110 | 1000101 | 11111 | 101100001 | 1000000 | 101010 |
Color Harmonies of #B02736
Complementary color
Monochromatic Colors of #B02736
Black with #B02736
Text Example
Text Example
White with #B02736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02736; }
p { color: rgb(176,39,54); }
H1.HeaderClassName
{
color: #B02736;
}
.AnyTagClassName
{
color: #B02736;
}
</style>
background-color css
<style>
a { background-color: #B02736; }
a { background-color: rgb(176,39,54); }
div.DivClassName
{
background-color: #B02736;
}
.BgClassName
{
background-color: #B02736;
}
</style>
border-color css
<style>
span { border-color: #B02736; }
span { border-color: rgb(176,39,54); }
td.TdClassName
{
border-color: #B02736;
}
.TagClassName
{
border-color: #B02736;
}
</style>