Shades of Cardinal #B8002F
Tints of Cardinal #B8002F
RGB
CMYK
RGB Variations
Color information
#B8002F (or 0xB8002F) is known color: Cardinal. HEX triplet: B8, 00 and 2F. RGB value is (184,0,47). Sum of RGB (Red+Green+Blue) = 184+0+47=231 (30% of max value = 765). Red value is 184 (72.27% from 255 or 79.65% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 47 (18.75% from 255 or 20.35% from 231); Max value from RGB is 184 - color contains mainly: red. Hex color #B8002F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8002F is #47FFD0. Grayscale: #3C3C3C. Windows color (decimal): -4718545 or 3080376. OLE color: 3080376.
HSL color Cylindrical-coordinate representation of color #B8002F: hue angle of 344.67º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B8002F is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 47 | - |
| CMYK | 0 | 1 | 0.74 | 0.28 |
| HSL | 344.67º | 1% | 0.36% | - |
| HSV(B) | 344.67º | 1% | 0.72% | - |
| XYZ | 20.28 | 10.4 | 3.63 | - |
| YUV | 60.37 | 120.46 | 216.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 47 | 0 | 1 | 0.74 | 0.28 | 344.67 | 1 | 0.36 |
| Hex | B8 | 0 | 2F | 0 | 64 | 4A | 1C | 159 | 64 | 24 |
| Octal | 270 | 0 | 57 | 0 | 144 | 112 | 34 | 531 | 144 | 44 |
| Binary | 10111000 | 0 | 101111 | 0 | 1100100 | 1001010 | 11100 | 101011001 | 1100100 | 100100 |
Color Harmonies of #B8002F
Complementary color
Monochromatic Colors of #B8002F
Black with #B8002F
Text Example
Text Example
White with #B8002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8002F; }
p { color: rgb(184,0,47); }
H1.HeaderClassName
{
color: #B8002F;
}
.AnyTagClassName
{
color: #B8002F;
}
</style>
background-color css
<style>
a { background-color: #B8002F; }
a { background-color: rgb(184,0,47); }
div.DivClassName
{
background-color: #B8002F;
}
.BgClassName
{
background-color: #B8002F;
}
</style>
border-color css
<style>
span { border-color: #B8002F; }
span { border-color: rgb(184,0,47); }
td.TdClassName
{
border-color: #B8002F;
}
.TagClassName
{
border-color: #B8002F;
}
</style>