Shades of Cardinal #B32930
Tints of Cardinal #B32930
RGB
CMYK
RGB Variations
Color information
#B32930 (or 0xB32930) is known color: Cardinal. HEX triplet: B3, 29 and 30. RGB value is (179,41,48). Sum of RGB (Red+Green+Blue) = 179+41+48=268 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.79% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 48 (19.14% from 255 or 17.91% from 268); Max value from RGB is 179 - color contains mainly: red. Hex color #B32930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32930 is #4CD6CF. Grayscale: #535353. Windows color (decimal): -5035728 or 3156403. OLE color: 3156403.
HSL color Cylindrical-coordinate representation of color #B32930: hue angle of 356.96º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B32930 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 41 | 48 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.30 |
| HSL | 356.96º | 0.63% | 0.43% | - |
| HSV(B) | 356.96º | 0.77% | 0.7% | - |
| XYZ | 19.92 | 11.38 | 3.94 | - |
| YUV | 83.06 | 108.22 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 41 | 48 | 0 | 0.77 | 0.73 | 0.30 | 356.96 | 0.63 | 0.43 |
| Hex | B3 | 29 | 30 | 0 | 4D | 49 | 1E | 165 | 3F | 2B |
| Octal | 263 | 51 | 60 | 0 | 115 | 111 | 36 | 545 | 77 | 53 |
| Binary | 10110011 | 101001 | 110000 | 0 | 1001101 | 1001001 | 11110 | 101100101 | 111111 | 101011 |
Color Harmonies of #B32930
Complementary color
Monochromatic Colors of #B32930
Black with #B32930
Text Example
Text Example
White with #B32930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32930; }
p { color: rgb(179,41,48); }
H1.HeaderClassName
{
color: #B32930;
}
.AnyTagClassName
{
color: #B32930;
}
</style>
background-color css
<style>
a { background-color: #B32930; }
a { background-color: rgb(179,41,48); }
div.DivClassName
{
background-color: #B32930;
}
.BgClassName
{
background-color: #B32930;
}
</style>
border-color css
<style>
span { border-color: #B32930; }
span { border-color: rgb(179,41,48); }
td.TdClassName
{
border-color: #B32930;
}
.TagClassName
{
border-color: #B32930;
}
</style>