Shades of Cardinal #B32533
Tints of Cardinal #B32533
RGB
CMYK
RGB Variations
Color information
#B32533 (or 0xB32533) is known color: Cardinal. HEX triplet: B3, 25 and 33. RGB value is (179,37,51). Sum of RGB (Red+Green+Blue) = 179+37+51=267 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.04% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 51 (20.31% from 255 or 19.10% from 267); Max value from RGB is 179 - color contains mainly: red. Hex color #B32533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32533 is #4CDACC. Grayscale: #515151. Windows color (decimal): -5036749 or 3351987. OLE color: 3351987.
HSL color Cylindrical-coordinate representation of color #B32533: hue angle of 354.08º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B32533 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 37 | 51 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.30 |
| HSL | 354.08º | 0.66% | 0.42% | - |
| HSV(B) | 354.08º | 0.79% | 0.7% | - |
| XYZ | 19.85 | 11.15 | 4.24 | - |
| YUV | 81.05 | 111.04 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 37 | 51 | 0 | 0.79 | 0.72 | 0.30 | 354.08 | 0.66 | 0.42 |
| Hex | B3 | 25 | 33 | 0 | 4F | 48 | 1E | 162 | 42 | 2A |
| Octal | 263 | 45 | 63 | 0 | 117 | 110 | 36 | 542 | 102 | 52 |
| Binary | 10110011 | 100101 | 110011 | 0 | 1001111 | 1001000 | 11110 | 101100010 | 1000010 | 101010 |
Color Harmonies of #B32533
Complementary color
Monochromatic Colors of #B32533
Black with #B32533
Text Example
Text Example
White with #B32533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32533; }
p { color: rgb(179,37,51); }
H1.HeaderClassName
{
color: #B32533;
}
.AnyTagClassName
{
color: #B32533;
}
</style>
background-color css
<style>
a { background-color: #B32533; }
a { background-color: rgb(179,37,51); }
div.DivClassName
{
background-color: #B32533;
}
.BgClassName
{
background-color: #B32533;
}
</style>
border-color css
<style>
span { border-color: #B32533; }
span { border-color: rgb(179,37,51); }
td.TdClassName
{
border-color: #B32533;
}
.TagClassName
{
border-color: #B32533;
}
</style>