Shades of Cardinal #B82A32
Tints of Cardinal #B82A32
RGB
CMYK
RGB Variations
Color information
#B82A32 (or 0xB82A32) is known color: Cardinal. HEX triplet: B8, 2A and 32. RGB value is (184,42,50). Sum of RGB (Red+Green+Blue) = 184+42+50=276 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.67% from 276); Green value is 42 (16.80% from 255 or 15.22% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 184 - color contains mainly: red. Hex color #B82A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82A32 is #47D5CD. Grayscale: #555555. Windows color (decimal): -4707790 or 3287736. OLE color: 3287736.
HSL color Cylindrical-coordinate representation of color #B82A32: hue angle of 356.62º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B82A32 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 42 | 50 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.28 |
| HSL | 356.62º | 0.63% | 0.44% | - |
| HSV(B) | 356.62º | 0.77% | 0.72% | - |
| XYZ | 21.17 | 12.08 | 4.23 | - |
| YUV | 85.37 | 108.04 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 42 | 50 | 0 | 0.77 | 0.73 | 0.28 | 356.62 | 0.63 | 0.44 |
| Hex | B8 | 2A | 32 | 0 | 4D | 49 | 1C | 165 | 3F | 2C |
| Octal | 270 | 52 | 62 | 0 | 115 | 111 | 34 | 545 | 77 | 54 |
| Binary | 10111000 | 101010 | 110010 | 0 | 1001101 | 1001001 | 11100 | 101100101 | 111111 | 101100 |
Color Harmonies of #B82A32
Complementary color
Monochromatic Colors of #B82A32
Black with #B82A32
Text Example
Text Example
White with #B82A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82A32; }
p { color: rgb(184,42,50); }
H1.HeaderClassName
{
color: #B82A32;
}
.AnyTagClassName
{
color: #B82A32;
}
</style>
background-color css
<style>
a { background-color: #B82A32; }
a { background-color: rgb(184,42,50); }
div.DivClassName
{
background-color: #B82A32;
}
.BgClassName
{
background-color: #B82A32;
}
</style>
border-color css
<style>
span { border-color: #B82A32; }
span { border-color: rgb(184,42,50); }
td.TdClassName
{
border-color: #B82A32;
}
.TagClassName
{
border-color: #B82A32;
}
</style>