Shades of Cardinal #B30735
Tints of Cardinal #B30735
RGB
CMYK
RGB Variations
Color information
#B30735 (or 0xB30735) is known color: Cardinal. HEX triplet: B3, 07 and 35. RGB value is (179,7,53). Sum of RGB (Red+Green+Blue) = 179+7+53=239 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.90% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 53 (21.09% from 255 or 22.18% from 239); Max value from RGB is 179 - color contains mainly: red. Hex color #B30735 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30735 is #4CF8CA. Grayscale: #3F3F3F. Windows color (decimal): -5044427 or 3475379. OLE color: 3475379.
HSL color Cylindrical-coordinate representation of color #B30735: hue angle of 343.95º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B30735 is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 7 | 53 | - |
| CMYK | 0 | 0.96 | 0.70 | 0.30 |
| HSL | 343.95º | 0.92% | 0.36% | - |
| HSV(B) | 343.95º | 0.96% | 0.7% | - |
| XYZ | 19.31 | 9.99 | 4.28 | - |
| YUV | 63.67 | 121.98 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 7 | 53 | 0 | 0.96 | 0.70 | 0.30 | 343.95 | 0.92 | 0.36 |
| Hex | B3 | 7 | 35 | 0 | 60 | 46 | 1E | 158 | 5C | 24 |
| Octal | 263 | 7 | 65 | 0 | 140 | 106 | 36 | 530 | 134 | 44 |
| Binary | 10110011 | 111 | 110101 | 0 | 1100000 | 1000110 | 11110 | 101011000 | 1011100 | 100100 |
Color Harmonies of #B30735
Complementary color
Monochromatic Colors of #B30735
Black with #B30735
Text Example
Text Example
White with #B30735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30735; }
p { color: rgb(179,7,53); }
H1.HeaderClassName
{
color: #B30735;
}
.AnyTagClassName
{
color: #B30735;
}
</style>
background-color css
<style>
a { background-color: #B30735; }
a { background-color: rgb(179,7,53); }
div.DivClassName
{
background-color: #B30735;
}
.BgClassName
{
background-color: #B30735;
}
</style>
border-color css
<style>
span { border-color: #B30735; }
span { border-color: rgb(179,7,53); }
td.TdClassName
{
border-color: #B30735;
}
.TagClassName
{
border-color: #B30735;
}
</style>