Shades of Cardinal #B30136
Tints of Cardinal #B30136
RGB
CMYK
RGB Variations
Color information
#B30136 (or 0xB30136) is known color: Cardinal. HEX triplet: B3, 01 and 36. RGB value is (179,1,54). Sum of RGB (Red+Green+Blue) = 179+1+54=234 (30% of max value = 765). Red value is 179 (70.31% from 255 or 76.50% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 54 (21.48% from 255 or 23.08% from 234); Max value from RGB is 179 - color contains mainly: red. Hex color #B30136 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30136 is #4CFEC9. Grayscale: #3C3C3C. Windows color (decimal): -5045962 or 3539379. OLE color: 3539379.
HSL color Cylindrical-coordinate representation of color #B30136: hue angle of 342.13º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B30136 is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 1 | 54 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.30 |
| HSL | 342.13º | 0.99% | 0.35% | - |
| HSV(B) | 342.13º | 0.99% | 0.7% | - |
| XYZ | 19.27 | 9.87 | 4.38 | - |
| YUV | 60.26 | 124.47 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 54 | 0 | 0.99 | 0.70 | 0.30 | 342.13 | 0.99 | 0.35 |
| Hex | B3 | 1 | 36 | 0 | 63 | 46 | 1E | 156 | 63 | 23 |
| Octal | 263 | 1 | 66 | 0 | 143 | 106 | 36 | 526 | 143 | 43 |
| Binary | 10110011 | 1 | 110110 | 0 | 1100011 | 1000110 | 11110 | 101010110 | 1100011 | 100011 |
Color Harmonies of #B30136
Complementary color
Monochromatic Colors of #B30136
Black with #B30136
Text Example
Text Example
White with #B30136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30136; }
p { color: rgb(179,1,54); }
H1.HeaderClassName
{
color: #B30136;
}
.AnyTagClassName
{
color: #B30136;
}
</style>
background-color css
<style>
a { background-color: #B30136; }
a { background-color: rgb(179,1,54); }
div.DivClassName
{
background-color: #B30136;
}
.BgClassName
{
background-color: #B30136;
}
</style>
border-color css
<style>
span { border-color: #B30136; }
span { border-color: rgb(179,1,54); }
td.TdClassName
{
border-color: #B30136;
}
.TagClassName
{
border-color: #B30136;
}
</style>