Shades of Cardinal #B5232D
Tints of Cardinal #B5232D
RGB
CMYK
RGB Variations
Color information
#B5232D (or 0xB5232D) is known color: Cardinal. HEX triplet: B5, 23 and 2D. RGB value is (181,35,45). Sum of RGB (Red+Green+Blue) = 181+35+45=261 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.35% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 181 - color contains mainly: red. Hex color #B5232D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5232D is #4ADCD2. Grayscale: #4F4F4F. Windows color (decimal): -4906195 or 2958261. OLE color: 2958261.
HSL color Cylindrical-coordinate representation of color #B5232D: hue angle of 355.89º 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 #B5232D is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 35 | 45 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.29 |
| HSL | 355.89º | 0.68% | 0.42% | - |
| HSV(B) | 355.89º | 0.81% | 0.71% | - |
| XYZ | 20.13 | 11.22 | 3.59 | - |
| YUV | 79.79 | 108.37 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 35 | 45 | 0 | 0.81 | 0.75 | 0.29 | 355.89 | 0.68 | 0.42 |
| Hex | B5 | 23 | 2D | 0 | 51 | 4B | 1D | 164 | 44 | 2A |
| Octal | 265 | 43 | 55 | 0 | 121 | 113 | 35 | 544 | 104 | 52 |
| Binary | 10110101 | 100011 | 101101 | 0 | 1010001 | 1001011 | 11101 | 101100100 | 1000100 | 101010 |
Color Harmonies of #B5232D
Complementary color
Monochromatic Colors of #B5232D
Black with #B5232D
Text Example
Text Example
White with #B5232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5232D; }
p { color: rgb(181,35,45); }
H1.HeaderClassName
{
color: #B5232D;
}
.AnyTagClassName
{
color: #B5232D;
}
</style>
background-color css
<style>
a { background-color: #B5232D; }
a { background-color: rgb(181,35,45); }
div.DivClassName
{
background-color: #B5232D;
}
.BgClassName
{
background-color: #B5232D;
}
</style>
border-color css
<style>
span { border-color: #B5232D; }
span { border-color: rgb(181,35,45); }
td.TdClassName
{
border-color: #B5232D;
}
.TagClassName
{
border-color: #B5232D;
}
</style>