Shades of Cardinal #B30437
Tints of Cardinal #B30437
RGB
CMYK
RGB Variations
Color information
#B30437 (or 0xB30437) is known color: Cardinal. HEX triplet: B3, 04 and 37. RGB value is (179,4,55). Sum of RGB (Red+Green+Blue) = 179+4+55=238 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.21% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 55 (21.88% from 255 or 23.11% from 238); Max value from RGB is 179 - color contains mainly: red. Hex color #B30437 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30437 is #4CFBC8. Grayscale: #3E3E3E. Windows color (decimal): -5045193 or 3605683. OLE color: 3605683.
HSL color Cylindrical-coordinate representation of color #B30437: hue angle of 342.51º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B30437 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 4 | 55 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.30 |
| HSL | 342.51º | 0.96% | 0.36% | - |
| HSV(B) | 342.51º | 0.98% | 0.7% | - |
| XYZ | 19.32 | 9.95 | 4.52 | - |
| YUV | 62.14 | 123.98 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 4 | 55 | 0 | 0.98 | 0.69 | 0.30 | 342.51 | 0.96 | 0.36 |
| Hex | B3 | 4 | 37 | 0 | 62 | 45 | 1E | 157 | 60 | 24 |
| Octal | 263 | 4 | 67 | 0 | 142 | 105 | 36 | 527 | 140 | 44 |
| Binary | 10110011 | 100 | 110111 | 0 | 1100010 | 1000101 | 11110 | 101010111 | 1100000 | 100100 |
Color Harmonies of #B30437
Complementary color
Monochromatic Colors of #B30437
Black with #B30437
Text Example
Text Example
White with #B30437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30437; }
p { color: rgb(179,4,55); }
H1.HeaderClassName
{
color: #B30437;
}
.AnyTagClassName
{
color: #B30437;
}
</style>
background-color css
<style>
a { background-color: #B30437; }
a { background-color: rgb(179,4,55); }
div.DivClassName
{
background-color: #B30437;
}
.BgClassName
{
background-color: #B30437;
}
</style>
border-color css
<style>
span { border-color: #B30437; }
span { border-color: rgb(179,4,55); }
td.TdClassName
{
border-color: #B30437;
}
.TagClassName
{
border-color: #B30437;
}
</style>