Shades of Cardinal #B5232C
Tints of Cardinal #B5232C
RGB
CMYK
RGB Variations
Color information
#B5232C (or 0xB5232C) is known color: Cardinal. HEX triplet: B5, 23 and 2C. RGB value is (181,35,44). Sum of RGB (Red+Green+Blue) = 181+35+44=260 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.62% from 260); Green value is 35 (14.06% from 255 or 13.46% from 260); Blue value is 44 (17.58% from 255 or 16.92% from 260); Max value from RGB is 181 - color contains mainly: red. Hex color #B5232C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5232C is #4ADCD3. Grayscale: #4F4F4F. Windows color (decimal): -4906196 or 2892725. OLE color: 2892725.
HSL color Cylindrical-coordinate representation of color #B5232C: hue angle of 356.3º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B5232C is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 35 | 44 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.29 |
| HSL | 356.3º | 0.68% | 0.42% | - |
| HSV(B) | 356.3º | 0.81% | 0.71% | - |
| XYZ | 20.11 | 11.21 | 3.49 | - |
| YUV | 79.68 | 107.87 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 35 | 44 | 0 | 0.81 | 0.76 | 0.29 | 356.3 | 0.68 | 0.42 |
| Hex | B5 | 23 | 2C | 0 | 51 | 4C | 1D | 164 | 44 | 2A |
| Octal | 265 | 43 | 54 | 0 | 121 | 114 | 35 | 544 | 104 | 52 |
| Binary | 10110101 | 100011 | 101100 | 0 | 1010001 | 1001100 | 11101 | 101100100 | 1000100 | 101010 |
Color Harmonies of #B5232C
Complementary color
Monochromatic Colors of #B5232C
Black with #B5232C
Text Example
Text Example
White with #B5232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5232C; }
p { color: rgb(181,35,44); }
H1.HeaderClassName
{
color: #B5232C;
}
.AnyTagClassName
{
color: #B5232C;
}
</style>
background-color css
<style>
a { background-color: #B5232C; }
a { background-color: rgb(181,35,44); }
div.DivClassName
{
background-color: #B5232C;
}
.BgClassName
{
background-color: #B5232C;
}
</style>
border-color css
<style>
span { border-color: #B5232C; }
span { border-color: rgb(181,35,44); }
td.TdClassName
{
border-color: #B5232C;
}
.TagClassName
{
border-color: #B5232C;
}
</style>