Shades of Cardinal #B32632
Tints of Cardinal #B32632
RGB
CMYK
RGB Variations
Color information
#B32632 (or 0xB32632) is known color: Cardinal. HEX triplet: B3, 26 and 32. RGB value is (179,38,50). Sum of RGB (Red+Green+Blue) = 179+38+50=267 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.04% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 50 (19.92% from 255 or 18.73% from 267); Max value from RGB is 179 - color contains mainly: red. Hex color #B32632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32632 is #4CD9CD. Grayscale: #515151. Windows color (decimal): -5036494 or 3286707. OLE color: 3286707.
HSL color Cylindrical-coordinate representation of color #B32632: hue angle of 354.89º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B32632 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 38 | 50 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.30 |
| HSL | 354.89º | 0.65% | 0.43% | - |
| HSV(B) | 354.89º | 0.79% | 0.7% | - |
| XYZ | 19.86 | 11.2 | 4.13 | - |
| YUV | 81.53 | 110.21 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 38 | 50 | 0 | 0.79 | 0.72 | 0.30 | 354.89 | 0.65 | 0.43 |
| Hex | B3 | 26 | 32 | 0 | 4F | 48 | 1E | 163 | 41 | 2B |
| Octal | 263 | 46 | 62 | 0 | 117 | 110 | 36 | 543 | 101 | 53 |
| Binary | 10110011 | 100110 | 110010 | 0 | 1001111 | 1001000 | 11110 | 101100011 | 1000001 | 101011 |
Color Harmonies of #B32632
Complementary color
Monochromatic Colors of #B32632
Black with #B32632
Text Example
Text Example
White with #B32632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32632; }
p { color: rgb(179,38,50); }
H1.HeaderClassName
{
color: #B32632;
}
.AnyTagClassName
{
color: #B32632;
}
</style>
background-color css
<style>
a { background-color: #B32632; }
a { background-color: rgb(179,38,50); }
div.DivClassName
{
background-color: #B32632;
}
.BgClassName
{
background-color: #B32632;
}
</style>
border-color css
<style>
span { border-color: #B32632; }
span { border-color: rgb(179,38,50); }
td.TdClassName
{
border-color: #B32632;
}
.TagClassName
{
border-color: #B32632;
}
</style>