Shades of Cardinal #B82045
Tints of Cardinal #B82045
RGB
CMYK
RGB Variations
Color information
#B82045 (or 0xB82045) is known color: Cardinal. HEX triplet: B8, 20 and 45. RGB value is (184,32,69). Sum of RGB (Red+Green+Blue) = 184+32+69=285 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.56% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 184 - color contains mainly: red. Hex color #B82045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82045 is #47DFBA. Grayscale: #515151. Windows color (decimal): -4710331 or 4530360. OLE color: 4530360.
HSL color Cylindrical-coordinate representation of color #B82045: hue angle of 345.39º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B82045 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 32 | 69 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.28 |
| HSL | 345.39º | 0.7% | 0.42% | - |
| HSV(B) | 345.39º | 0.83% | 0.72% | - |
| XYZ | 21.36 | 11.65 | 6.75 | - |
| YUV | 81.67 | 120.86 | 200.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 32 | 69 | 0 | 0.83 | 0.62 | 0.28 | 345.39 | 0.7 | 0.42 |
| Hex | B8 | 20 | 45 | 0 | 53 | 3E | 1C | 159 | 46 | 2A |
| Octal | 270 | 40 | 105 | 0 | 123 | 76 | 34 | 531 | 106 | 52 |
| Binary | 10111000 | 100000 | 1000101 | 0 | 1010011 | 111110 | 11100 | 101011001 | 1000110 | 101010 |
Color Harmonies of #B82045
Complementary color
Monochromatic Colors of #B82045
Black with #B82045
Text Example
Text Example
White with #B82045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82045; }
p { color: rgb(184,32,69); }
H1.HeaderClassName
{
color: #B82045;
}
.AnyTagClassName
{
color: #B82045;
}
</style>
background-color css
<style>
a { background-color: #B82045; }
a { background-color: rgb(184,32,69); }
div.DivClassName
{
background-color: #B82045;
}
.BgClassName
{
background-color: #B82045;
}
</style>
border-color css
<style>
span { border-color: #B82045; }
span { border-color: rgb(184,32,69); }
td.TdClassName
{
border-color: #B82045;
}
.TagClassName
{
border-color: #B82045;
}
</style>