Shades of Cardinal #B82234
Tints of Cardinal #B82234
RGB
CMYK
RGB Variations
Color information
#B82234 (or 0xB82234) is known color: Cardinal. HEX triplet: B8, 22 and 34. RGB value is (184,34,52). Sum of RGB (Red+Green+Blue) = 184+34+52=270 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.15% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 52 (20.70% from 255 or 19.26% from 270); Max value from RGB is 184 - color contains mainly: red. Hex color #B82234 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82234 is #47DDCB. Grayscale: #505050. Windows color (decimal): -4709836 or 3416760. OLE color: 3416760.
HSL color Cylindrical-coordinate representation of color #B82234: hue angle of 352.8º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B82234 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 34 | 52 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.28 |
| HSL | 352.8º | 0.69% | 0.43% | - |
| HSV(B) | 352.8º | 0.82% | 0.72% | - |
| XYZ | 20.96 | 11.58 | 4.38 | - |
| YUV | 80.9 | 111.7 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 34 | 52 | 0 | 0.82 | 0.72 | 0.28 | 352.8 | 0.69 | 0.43 |
| Hex | B8 | 22 | 34 | 0 | 52 | 48 | 1C | 161 | 45 | 2B |
| Octal | 270 | 42 | 64 | 0 | 122 | 110 | 34 | 541 | 105 | 53 |
| Binary | 10111000 | 100010 | 110100 | 0 | 1010010 | 1001000 | 11100 | 101100001 | 1000101 | 101011 |
Color Harmonies of #B82234
Complementary color
Monochromatic Colors of #B82234
Black with #B82234
Text Example
Text Example
White with #B82234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82234; }
p { color: rgb(184,34,52); }
H1.HeaderClassName
{
color: #B82234;
}
.AnyTagClassName
{
color: #B82234;
}
</style>
background-color css
<style>
a { background-color: #B82234; }
a { background-color: rgb(184,34,52); }
div.DivClassName
{
background-color: #B82234;
}
.BgClassName
{
background-color: #B82234;
}
</style>
border-color css
<style>
span { border-color: #B82234; }
span { border-color: rgb(184,34,52); }
td.TdClassName
{
border-color: #B82234;
}
.TagClassName
{
border-color: #B82234;
}
</style>