Shades of Cardinal #B8282F
Tints of Cardinal #B8282F
RGB
CMYK
RGB Variations
Color information
#B8282F (or 0xB8282F) is known color: Cardinal. HEX triplet: B8, 28 and 2F. RGB value is (184,40,47). Sum of RGB (Red+Green+Blue) = 184+40+47=271 (35% of max value = 765). Red value is 184 (72.27% from 255 or 67.90% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 184 - color contains mainly: red. Hex color #B8282F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8282F is #47D7D0. Grayscale: #535353. Windows color (decimal): -4708305 or 3090616. OLE color: 3090616.
HSL color Cylindrical-coordinate representation of color #B8282F: hue angle of 357.08º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B8282F is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 40 | 47 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.28 |
| HSL | 357.08º | 0.64% | 0.44% | - |
| HSV(B) | 357.08º | 0.78% | 0.72% | - |
| XYZ | 21.04 | 11.91 | 3.88 | - |
| YUV | 83.85 | 107.21 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 40 | 47 | 0 | 0.78 | 0.74 | 0.28 | 357.08 | 0.64 | 0.44 |
| Hex | B8 | 28 | 2F | 0 | 4E | 4A | 1C | 165 | 40 | 2C |
| Octal | 270 | 50 | 57 | 0 | 116 | 112 | 34 | 545 | 100 | 54 |
| Binary | 10111000 | 101000 | 101111 | 0 | 1001110 | 1001010 | 11100 | 101100101 | 1000000 | 101100 |
Color Harmonies of #B8282F
Complementary color
Monochromatic Colors of #B8282F
Black with #B8282F
Text Example
Text Example
White with #B8282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8282F; }
p { color: rgb(184,40,47); }
H1.HeaderClassName
{
color: #B8282F;
}
.AnyTagClassName
{
color: #B8282F;
}
</style>
background-color css
<style>
a { background-color: #B8282F; }
a { background-color: rgb(184,40,47); }
div.DivClassName
{
background-color: #B8282F;
}
.BgClassName
{
background-color: #B8282F;
}
</style>
border-color css
<style>
span { border-color: #B8282F; }
span { border-color: rgb(184,40,47); }
td.TdClassName
{
border-color: #B8282F;
}
.TagClassName
{
border-color: #B8282F;
}
</style>