Shades of Cardinal #B5232B
Tints of Cardinal #B5232B
RGB
CMYK
RGB Variations
Color information
#B5232B (or 0xB5232B) is known color: Cardinal. HEX triplet: B5, 23 and 2B. RGB value is (181,35,43). Sum of RGB (Red+Green+Blue) = 181+35+43=259 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.88% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 43 (17.19% from 255 or 16.60% from 259); Max value from RGB is 181 - color contains mainly: red. Hex color #B5232B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5232B is #4ADCD4. Grayscale: #4F4F4F. Windows color (decimal): -4906197 or 2827189. OLE color: 2827189.
HSL color Cylindrical-coordinate representation of color #B5232B: hue angle of 356.71º 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 #B5232B is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 35 | 43 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.29 |
| HSL | 356.71º | 0.68% | 0.42% | - |
| HSV(B) | 356.71º | 0.81% | 0.71% | - |
| XYZ | 20.09 | 11.2 | 3.39 | - |
| YUV | 79.57 | 107.37 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 35 | 43 | 0 | 0.81 | 0.76 | 0.29 | 356.71 | 0.68 | 0.42 |
| Hex | B5 | 23 | 2B | 0 | 51 | 4C | 1D | 165 | 44 | 2A |
| Octal | 265 | 43 | 53 | 0 | 121 | 114 | 35 | 545 | 104 | 52 |
| Binary | 10110101 | 100011 | 101011 | 0 | 1010001 | 1001100 | 11101 | 101100101 | 1000100 | 101010 |
Color Harmonies of #B5232B
Complementary color
Monochromatic Colors of #B5232B
Black with #B5232B
Text Example
Text Example
White with #B5232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5232B; }
p { color: rgb(181,35,43); }
H1.HeaderClassName
{
color: #B5232B;
}
.AnyTagClassName
{
color: #B5232B;
}
</style>
background-color css
<style>
a { background-color: #B5232B; }
a { background-color: rgb(181,35,43); }
div.DivClassName
{
background-color: #B5232B;
}
.BgClassName
{
background-color: #B5232B;
}
</style>
border-color css
<style>
span { border-color: #B5232B; }
span { border-color: rgb(181,35,43); }
td.TdClassName
{
border-color: #B5232B;
}
.TagClassName
{
border-color: #B5232B;
}
</style>