Shades of Cardinal #B5233C
Tints of Cardinal #B5233C
RGB
CMYK
RGB Variations
Color information
#B5233C (or 0xB5233C) is known color: Cardinal. HEX triplet: B5, 23 and 3C. RGB value is (181,35,60). Sum of RGB (Red+Green+Blue) = 181+35+60=276 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.58% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 181 - color contains mainly: red. Hex color #B5233C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5233C is #4ADCC3. Grayscale: #515151. Windows color (decimal): -4906180 or 3941301. OLE color: 3941301.
HSL color Cylindrical-coordinate representation of color #B5233C: hue angle of 349.73º 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 #B5233C is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 35 | 60 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.29 |
| HSL | 349.73º | 0.68% | 0.42% | - |
| HSV(B) | 349.73º | 0.81% | 0.71% | - |
| XYZ | 20.47 | 11.35 | 5.39 | - |
| YUV | 81.5 | 115.87 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 35 | 60 | 0 | 0.81 | 0.67 | 0.29 | 349.73 | 0.68 | 0.42 |
| Hex | B5 | 23 | 3C | 0 | 51 | 43 | 1D | 15E | 44 | 2A |
| Octal | 265 | 43 | 74 | 0 | 121 | 103 | 35 | 536 | 104 | 52 |
| Binary | 10110101 | 100011 | 111100 | 0 | 1010001 | 1000011 | 11101 | 101011110 | 1000100 | 101010 |
Color Harmonies of #B5233C
Complementary color
Monochromatic Colors of #B5233C
Black with #B5233C
Text Example
Text Example
White with #B5233C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5233C; }
p { color: rgb(181,35,60); }
H1.HeaderClassName
{
color: #B5233C;
}
.AnyTagClassName
{
color: #B5233C;
}
</style>
background-color css
<style>
a { background-color: #B5233C; }
a { background-color: rgb(181,35,60); }
div.DivClassName
{
background-color: #B5233C;
}
.BgClassName
{
background-color: #B5233C;
}
</style>
border-color css
<style>
span { border-color: #B5233C; }
span { border-color: rgb(181,35,60); }
td.TdClassName
{
border-color: #B5233C;
}
.TagClassName
{
border-color: #B5233C;
}
</style>