Shades of Cardinal #B30436
Tints of Cardinal #B30436
RGB
CMYK
RGB Variations
Color information
#B30436 (or 0xB30436) is known color: Cardinal. HEX triplet: B3, 04 and 36. RGB value is (179,4,54). Sum of RGB (Red+Green+Blue) = 179+4+54=237 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.53% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 54 (21.48% from 255 or 22.78% from 237); Max value from RGB is 179 - color contains mainly: red. Hex color #B30436 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30436 is #4CFBC9. Grayscale: #3D3D3D. Windows color (decimal): -5045194 or 3540147. OLE color: 3540147.
HSL color Cylindrical-coordinate representation of color #B30436: hue angle of 342.86º 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 #B30436 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 4 | 54 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.30 |
| HSL | 342.86º | 0.96% | 0.36% | - |
| HSV(B) | 342.86º | 0.98% | 0.7% | - |
| XYZ | 19.3 | 9.94 | 4.39 | - |
| YUV | 62.03 | 123.48 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 4 | 54 | 0 | 0.98 | 0.70 | 0.30 | 342.86 | 0.96 | 0.36 |
| Hex | B3 | 4 | 36 | 0 | 62 | 46 | 1E | 157 | 60 | 24 |
| Octal | 263 | 4 | 66 | 0 | 142 | 106 | 36 | 527 | 140 | 44 |
| Binary | 10110011 | 100 | 110110 | 0 | 1100010 | 1000110 | 11110 | 101010111 | 1100000 | 100100 |
Color Harmonies of #B30436
Complementary color
Monochromatic Colors of #B30436
Black with #B30436
Text Example
Text Example
White with #B30436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30436; }
p { color: rgb(179,4,54); }
H1.HeaderClassName
{
color: #B30436;
}
.AnyTagClassName
{
color: #B30436;
}
</style>
background-color css
<style>
a { background-color: #B30436; }
a { background-color: rgb(179,4,54); }
div.DivClassName
{
background-color: #B30436;
}
.BgClassName
{
background-color: #B30436;
}
</style>
border-color css
<style>
span { border-color: #B30436; }
span { border-color: rgb(179,4,54); }
td.TdClassName
{
border-color: #B30436;
}
.TagClassName
{
border-color: #B30436;
}
</style>