Shades of Cardinal #B5223D
Tints of Cardinal #B5223D
RGB
CMYK
RGB Variations
Color information
#B5223D (or 0xB5223D) is known color: Cardinal. HEX triplet: B5, 22 and 3D. RGB value is (181,34,61). Sum of RGB (Red+Green+Blue) = 181+34+61=276 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.58% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 181 - color contains mainly: red. Hex color #B5223D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5223D is #4ADDC2. Grayscale: #515151. Windows color (decimal): -4906435 or 4006581. OLE color: 4006581.
HSL color Cylindrical-coordinate representation of color #B5223D: hue angle of 348.98º 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 #B5223D is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 34 | 61 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.29 |
| HSL | 348.98º | 0.68% | 0.42% | - |
| HSV(B) | 348.98º | 0.81% | 0.71% | - |
| XYZ | 20.47 | 11.3 | 5.52 | - |
| YUV | 81.03 | 116.7 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 34 | 61 | 0 | 0.81 | 0.66 | 0.29 | 348.98 | 0.68 | 0.42 |
| Hex | B5 | 22 | 3D | 0 | 51 | 42 | 1D | 15D | 44 | 2A |
| Octal | 265 | 42 | 75 | 0 | 121 | 102 | 35 | 535 | 104 | 52 |
| Binary | 10110101 | 100010 | 111101 | 0 | 1010001 | 1000010 | 11101 | 101011101 | 1000100 | 101010 |
Color Harmonies of #B5223D
Complementary color
Monochromatic Colors of #B5223D
Black with #B5223D
Text Example
Text Example
White with #B5223D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5223D; }
p { color: rgb(181,34,61); }
H1.HeaderClassName
{
color: #B5223D;
}
.AnyTagClassName
{
color: #B5223D;
}
</style>
background-color css
<style>
a { background-color: #B5223D; }
a { background-color: rgb(181,34,61); }
div.DivClassName
{
background-color: #B5223D;
}
.BgClassName
{
background-color: #B5223D;
}
</style>
border-color css
<style>
span { border-color: #B5223D; }
span { border-color: rgb(181,34,61); }
td.TdClassName
{
border-color: #B5223D;
}
.TagClassName
{
border-color: #B5223D;
}
</style>