Shades of Cardinal #B02535
Tints of Cardinal #B02535
RGB
CMYK
RGB Variations
Color information
#B02535 (or 0xB02535) is known color: Cardinal. HEX triplet: B0, 25 and 35. RGB value is (176,37,53). Sum of RGB (Red+Green+Blue) = 176+37+53=266 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.17% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 53 (21.09% from 255 or 19.92% from 266); Max value from RGB is 176 - color contains mainly: red. Hex color #B02535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02535 is #4FDACA. Grayscale: #505050. Windows color (decimal): -5233355 or 3483056. OLE color: 3483056.
HSL color Cylindrical-coordinate representation of color #B02535: hue angle of 353.09º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B02535 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 37 | 53 | - |
| CMYK | 0 | 0.79 | 0.70 | 0.31 |
| HSL | 353.09º | 0.65% | 0.42% | - |
| HSV(B) | 353.09º | 0.79% | 0.69% | - |
| XYZ | 19.21 | 10.81 | 4.44 | - |
| YUV | 80.39 | 112.55 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 37 | 53 | 0 | 0.79 | 0.70 | 0.31 | 353.09 | 0.65 | 0.42 |
| Hex | B0 | 25 | 35 | 0 | 4F | 46 | 1F | 161 | 41 | 2A |
| Octal | 260 | 45 | 65 | 0 | 117 | 106 | 37 | 541 | 101 | 52 |
| Binary | 10110000 | 100101 | 110101 | 0 | 1001111 | 1000110 | 11111 | 101100001 | 1000001 | 101010 |
Color Harmonies of #B02535
Complementary color
Monochromatic Colors of #B02535
Black with #B02535
Text Example
Text Example
White with #B02535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02535; }
p { color: rgb(176,37,53); }
H1.HeaderClassName
{
color: #B02535;
}
.AnyTagClassName
{
color: #B02535;
}
</style>
background-color css
<style>
a { background-color: #B02535; }
a { background-color: rgb(176,37,53); }
div.DivClassName
{
background-color: #B02535;
}
.BgClassName
{
background-color: #B02535;
}
</style>
border-color css
<style>
span { border-color: #B02535; }
span { border-color: rgb(176,37,53); }
td.TdClassName
{
border-color: #B02535;
}
.TagClassName
{
border-color: #B02535;
}
</style>