Shades of Cardinal #B80732
Tints of Cardinal #B80732
RGB
CMYK
RGB Variations
Color information
#B80732 (or 0xB80732) is known color: Cardinal. HEX triplet: B8, 07 and 32. RGB value is (184,7,50). Sum of RGB (Red+Green+Blue) = 184+7+50=241 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.35% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 184 - color contains mainly: red. Hex color #B80732 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80732 is #47F8CD. Grayscale: #404040. Windows color (decimal): -4716750 or 3278776. OLE color: 3278776.
HSL color Cylindrical-coordinate representation of color #B80732: hue angle of 345.42º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80732 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 7 | 50 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.28 |
| HSL | 345.42º | 0.93% | 0.37% | - |
| HSV(B) | 345.42º | 0.96% | 0.72% | - |
| XYZ | 20.42 | 10.57 | 3.98 | - |
| YUV | 64.83 | 119.64 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 7 | 50 | 0 | 0.96 | 0.73 | 0.28 | 345.42 | 0.93 | 0.37 |
| Hex | B8 | 7 | 32 | 0 | 60 | 49 | 1C | 159 | 5D | 25 |
| Octal | 270 | 7 | 62 | 0 | 140 | 111 | 34 | 531 | 135 | 45 |
| Binary | 10111000 | 111 | 110010 | 0 | 1100000 | 1001001 | 11100 | 101011001 | 1011101 | 100101 |
Color Harmonies of #B80732
Complementary color
Monochromatic Colors of #B80732
Black with #B80732
Text Example
Text Example
White with #B80732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80732; }
p { color: rgb(184,7,50); }
H1.HeaderClassName
{
color: #B80732;
}
.AnyTagClassName
{
color: #B80732;
}
</style>
background-color css
<style>
a { background-color: #B80732; }
a { background-color: rgb(184,7,50); }
div.DivClassName
{
background-color: #B80732;
}
.BgClassName
{
background-color: #B80732;
}
</style>
border-color css
<style>
span { border-color: #B80732; }
span { border-color: rgb(184,7,50); }
td.TdClassName
{
border-color: #B80732;
}
.TagClassName
{
border-color: #B80732;
}
</style>