Shades of Cardinal #B02935
Tints of Cardinal #B02935
RGB
CMYK
RGB Variations
Color information
#B02935 (or 0xB02935) is known color: Cardinal. HEX triplet: B0, 29 and 35. RGB value is (176,41,53). Sum of RGB (Red+Green+Blue) = 176+41+53=270 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.19% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 53 (21.09% from 255 or 19.63% from 270); Max value from RGB is 176 - color contains mainly: red. Hex color #B02935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02935 is #4FD6CA. Grayscale: #525252. Windows color (decimal): -5232331 or 3484080. OLE color: 3484080.
HSL color Cylindrical-coordinate representation of color #B02935: hue angle of 354.67º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B02935 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 41 | 53 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.31 |
| HSL | 354.67º | 0.62% | 0.43% | - |
| HSV(B) | 354.67º | 0.77% | 0.69% | - |
| XYZ | 19.34 | 11.07 | 4.49 | - |
| YUV | 82.73 | 111.23 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 41 | 53 | 0 | 0.77 | 0.70 | 0.31 | 354.67 | 0.62 | 0.43 |
| Hex | B0 | 29 | 35 | 0 | 4D | 46 | 1F | 163 | 3E | 2B |
| Octal | 260 | 51 | 65 | 0 | 115 | 106 | 37 | 543 | 76 | 53 |
| Binary | 10110000 | 101001 | 110101 | 0 | 1001101 | 1000110 | 11111 | 101100011 | 111110 | 101011 |
Color Harmonies of #B02935
Complementary color
Monochromatic Colors of #B02935
Black with #B02935
Text Example
Text Example
White with #B02935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02935; }
p { color: rgb(176,41,53); }
H1.HeaderClassName
{
color: #B02935;
}
.AnyTagClassName
{
color: #B02935;
}
</style>
background-color css
<style>
a { background-color: #B02935; }
a { background-color: rgb(176,41,53); }
div.DivClassName
{
background-color: #B02935;
}
.BgClassName
{
background-color: #B02935;
}
</style>
border-color css
<style>
span { border-color: #B02935; }
span { border-color: rgb(176,41,53); }
td.TdClassName
{
border-color: #B02935;
}
.TagClassName
{
border-color: #B02935;
}
</style>