Shades of Cardinal #B30538
Tints of Cardinal #B30538
RGB
CMYK
RGB Variations
Color information
#B30538 (or 0xB30538) is known color: Cardinal. HEX triplet: B3, 05 and 38. RGB value is (179,5,56). Sum of RGB (Red+Green+Blue) = 179+5+56=240 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.58% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 56 (22.27% from 255 or 23.33% from 240); Max value from RGB is 179 - color contains mainly: red. Hex color #B30538 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30538 is #4CFAC7. Grayscale: #3E3E3E. Windows color (decimal): -5044936 or 3671475. OLE color: 3671475.
HSL color Cylindrical-coordinate representation of color #B30538: hue angle of 342.41º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B30538 is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 5 | 56 | - |
| CMYK | 0 | 0.97 | 0.69 | 0.30 |
| HSL | 342.41º | 0.95% | 0.36% | - |
| HSV(B) | 342.41º | 0.97% | 0.7% | - |
| XYZ | 19.36 | 9.98 | 4.65 | - |
| YUV | 62.84 | 124.15 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 5 | 56 | 0 | 0.97 | 0.69 | 0.30 | 342.41 | 0.95 | 0.36 |
| Hex | B3 | 5 | 38 | 0 | 61 | 45 | 1E | 156 | 5F | 24 |
| Octal | 263 | 5 | 70 | 0 | 141 | 105 | 36 | 526 | 137 | 44 |
| Binary | 10110011 | 101 | 111000 | 0 | 1100001 | 1000101 | 11110 | 101010110 | 1011111 | 100100 |
Color Harmonies of #B30538
Complementary color
Monochromatic Colors of #B30538
Black with #B30538
Text Example
Text Example
White with #B30538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30538; }
p { color: rgb(179,5,56); }
H1.HeaderClassName
{
color: #B30538;
}
.AnyTagClassName
{
color: #B30538;
}
</style>
background-color css
<style>
a { background-color: #B30538; }
a { background-color: rgb(179,5,56); }
div.DivClassName
{
background-color: #B30538;
}
.BgClassName
{
background-color: #B30538;
}
</style>
border-color css
<style>
span { border-color: #B30538; }
span { border-color: rgb(179,5,56); }
td.TdClassName
{
border-color: #B30538;
}
.TagClassName
{
border-color: #B30538;
}
</style>