Shades of Cardinal #B02735
Tints of Cardinal #B02735
RGB
CMYK
RGB Variations
Color information
#B02735 (or 0xB02735) is known color: Cardinal. HEX triplet: B0, 27 and 35. RGB value is (176,39,53). Sum of RGB (Red+Green+Blue) = 176+39+53=268 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.67% from 268); Green value is 39 (15.62% from 255 or 14.55% from 268); Blue value is 53 (21.09% from 255 or 19.78% from 268); Max value from RGB is 176 - color contains mainly: red. Hex color #B02735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02735 is #4FD8CA. Grayscale: #515151. Windows color (decimal): -5232843 or 3483568. OLE color: 3483568.
HSL color Cylindrical-coordinate representation of color #B02735: hue angle of 353.87º 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 #B02735 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 39 | 53 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.31 |
| HSL | 353.87º | 0.64% | 0.42% | - |
| HSV(B) | 353.87º | 0.78% | 0.69% | - |
| XYZ | 19.27 | 10.94 | 4.46 | - |
| YUV | 81.56 | 111.89 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 39 | 53 | 0 | 0.78 | 0.70 | 0.31 | 353.87 | 0.64 | 0.42 |
| Hex | B0 | 27 | 35 | 0 | 4E | 46 | 1F | 162 | 40 | 2A |
| Octal | 260 | 47 | 65 | 0 | 116 | 106 | 37 | 542 | 100 | 52 |
| Binary | 10110000 | 100111 | 110101 | 0 | 1001110 | 1000110 | 11111 | 101100010 | 1000000 | 101010 |
Color Harmonies of #B02735
Complementary color
Monochromatic Colors of #B02735
Black with #B02735
Text Example
Text Example
White with #B02735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02735; }
p { color: rgb(176,39,53); }
H1.HeaderClassName
{
color: #B02735;
}
.AnyTagClassName
{
color: #B02735;
}
</style>
background-color css
<style>
a { background-color: #B02735; }
a { background-color: rgb(176,39,53); }
div.DivClassName
{
background-color: #B02735;
}
.BgClassName
{
background-color: #B02735;
}
</style>
border-color css
<style>
span { border-color: #B02735; }
span { border-color: rgb(176,39,53); }
td.TdClassName
{
border-color: #B02735;
}
.TagClassName
{
border-color: #B02735;
}
</style>