Shades of Cardinal #B30632
Tints of Cardinal #B30632
RGB
CMYK
RGB Variations
Color information
#B30632 (or 0xB30632) is known color: Cardinal. HEX triplet: B3, 06 and 32. RGB value is (179,6,50). Sum of RGB (Red+Green+Blue) = 179+6+50=235 (31% of max value = 765). Red value is 179 (70.31% from 255 or 76.17% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 50 (19.92% from 255 or 21.28% from 235); Max value from RGB is 179 - color contains mainly: red. Hex color #B30632 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30632 is #4CF9CD. Grayscale: #3E3E3E. Windows color (decimal): -5044686 or 3278515. OLE color: 3278515.
HSL color Cylindrical-coordinate representation of color #B30632: hue angle of 344.74º degrees, saturation: 0.94, 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 #B30632 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 6 | 50 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.30 |
| HSL | 344.74º | 0.94% | 0.36% | - |
| HSV(B) | 344.74º | 0.97% | 0.7% | - |
| XYZ | 19.23 | 9.94 | 3.92 | - |
| YUV | 62.74 | 120.81 | 210.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 6 | 50 | 0 | 0.97 | 0.72 | 0.30 | 344.74 | 0.94 | 0.36 |
| Hex | B3 | 6 | 32 | 0 | 61 | 48 | 1E | 159 | 5E | 24 |
| Octal | 263 | 6 | 62 | 0 | 141 | 110 | 36 | 531 | 136 | 44 |
| Binary | 10110011 | 110 | 110010 | 0 | 1100001 | 1001000 | 11110 | 101011001 | 1011110 | 100100 |
Color Harmonies of #B30632
Complementary color
Monochromatic Colors of #B30632
Black with #B30632
Text Example
Text Example
White with #B30632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30632; }
p { color: rgb(179,6,50); }
H1.HeaderClassName
{
color: #B30632;
}
.AnyTagClassName
{
color: #B30632;
}
</style>
background-color css
<style>
a { background-color: #B30632; }
a { background-color: rgb(179,6,50); }
div.DivClassName
{
background-color: #B30632;
}
.BgClassName
{
background-color: #B30632;
}
</style>
border-color css
<style>
span { border-color: #B30632; }
span { border-color: rgb(179,6,50); }
td.TdClassName
{
border-color: #B30632;
}
.TagClassName
{
border-color: #B30632;
}
</style>