Shades of Cardinal #B32633
Tints of Cardinal #B32633
RGB
CMYK
RGB Variations
Color information
#B32633 (or 0xB32633) is known color: Cardinal. HEX triplet: B3, 26 and 33. RGB value is (179,38,51). Sum of RGB (Red+Green+Blue) = 179+38+51=268 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.79% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 51 (20.31% from 255 or 19.03% from 268); Max value from RGB is 179 - color contains mainly: red. Hex color #B32633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32633 is #4CD9CC. Grayscale: #515151. Windows color (decimal): -5036493 or 3352243. OLE color: 3352243.
HSL color Cylindrical-coordinate representation of color #B32633: hue angle of 354.47º 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 #B32633 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 38 | 51 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.30 |
| HSL | 354.47º | 0.65% | 0.43% | - |
| HSV(B) | 354.47º | 0.79% | 0.7% | - |
| XYZ | 19.88 | 11.21 | 4.25 | - |
| YUV | 81.64 | 110.71 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 38 | 51 | 0 | 0.79 | 0.72 | 0.30 | 354.47 | 0.65 | 0.43 |
| Hex | B3 | 26 | 33 | 0 | 4F | 48 | 1E | 162 | 41 | 2B |
| Octal | 263 | 46 | 63 | 0 | 117 | 110 | 36 | 542 | 101 | 53 |
| Binary | 10110011 | 100110 | 110011 | 0 | 1001111 | 1001000 | 11110 | 101100010 | 1000001 | 101011 |
Color Harmonies of #B32633
Complementary color
Monochromatic Colors of #B32633
Black with #B32633
Text Example
Text Example
White with #B32633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32633; }
p { color: rgb(179,38,51); }
H1.HeaderClassName
{
color: #B32633;
}
.AnyTagClassName
{
color: #B32633;
}
</style>
background-color css
<style>
a { background-color: #B32633; }
a { background-color: rgb(179,38,51); }
div.DivClassName
{
background-color: #B32633;
}
.BgClassName
{
background-color: #B32633;
}
</style>
border-color css
<style>
span { border-color: #B32633; }
span { border-color: rgb(179,38,51); }
td.TdClassName
{
border-color: #B32633;
}
.TagClassName
{
border-color: #B32633;
}
</style>