Shades of Cardinal #B5223C
Tints of Cardinal #B5223C
RGB
CMYK
RGB Variations
Color information
#B5223C (or 0xB5223C) is known color: Cardinal. HEX triplet: B5, 22 and 3C. RGB value is (181,34,60). Sum of RGB (Red+Green+Blue) = 181+34+60=275 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.82% from 275); Green value is 34 (13.67% from 255 or 12.36% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 181 - color contains mainly: red. Hex color #B5223C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5223C is #4ADDC3. Grayscale: #505050. Windows color (decimal): -4906436 or 3941045. OLE color: 3941045.
HSL color Cylindrical-coordinate representation of color #B5223C: hue angle of 349.39º 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 #B5223C is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 34 | 60 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.29 |
| HSL | 349.39º | 0.68% | 0.42% | - |
| HSV(B) | 349.39º | 0.81% | 0.71% | - |
| XYZ | 20.44 | 11.29 | 5.38 | - |
| YUV | 80.92 | 116.2 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 34 | 60 | 0 | 0.81 | 0.67 | 0.29 | 349.39 | 0.68 | 0.42 |
| Hex | B5 | 22 | 3C | 0 | 51 | 43 | 1D | 15D | 44 | 2A |
| Octal | 265 | 42 | 74 | 0 | 121 | 103 | 35 | 535 | 104 | 52 |
| Binary | 10110101 | 100010 | 111100 | 0 | 1010001 | 1000011 | 11101 | 101011101 | 1000100 | 101010 |
Color Harmonies of #B5223C
Complementary color
Monochromatic Colors of #B5223C
Black with #B5223C
Text Example
Text Example
White with #B5223C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5223C; }
p { color: rgb(181,34,60); }
H1.HeaderClassName
{
color: #B5223C;
}
.AnyTagClassName
{
color: #B5223C;
}
</style>
background-color css
<style>
a { background-color: #B5223C; }
a { background-color: rgb(181,34,60); }
div.DivClassName
{
background-color: #B5223C;
}
.BgClassName
{
background-color: #B5223C;
}
</style>
border-color css
<style>
span { border-color: #B5223C; }
span { border-color: rgb(181,34,60); }
td.TdClassName
{
border-color: #B5223C;
}
.TagClassName
{
border-color: #B5223C;
}
</style>