Shades of Cardinal #B8033D
Tints of Cardinal #B8033D
RGB
CMYK
RGB Variations
Color information
#B8033D (or 0xB8033D) is known color: Cardinal. HEX triplet: B8, 03 and 3D. RGB value is (184,3,61). Sum of RGB (Red+Green+Blue) = 184+3+61=248 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.19% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 61 (24.22% from 255 or 24.60% from 248); Max value from RGB is 184 - color contains mainly: red. Hex color #B8033D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8033D is #47FCC2. Grayscale: #3F3F3F. Windows color (decimal): -4717763 or 3998648. OLE color: 3998648.
HSL color Cylindrical-coordinate representation of color #B8033D: hue angle of 340.77º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B8033D is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 3 | 61 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.28 |
| HSL | 340.77º | 0.97% | 0.37% | - |
| HSV(B) | 340.77º | 0.98% | 0.72% | - |
| XYZ | 20.64 | 10.59 | 5.37 | - |
| YUV | 63.73 | 126.47 | 213.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 3 | 61 | 0 | 0.98 | 0.67 | 0.28 | 340.77 | 0.97 | 0.37 |
| Hex | B8 | 3 | 3D | 0 | 62 | 43 | 1C | 155 | 61 | 25 |
| Octal | 270 | 3 | 75 | 0 | 142 | 103 | 34 | 525 | 141 | 45 |
| Binary | 10111000 | 11 | 111101 | 0 | 1100010 | 1000011 | 11100 | 101010101 | 1100001 | 100101 |
Color Harmonies of #B8033D
Complementary color
Monochromatic Colors of #B8033D
Black with #B8033D
Text Example
Text Example
White with #B8033D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8033D; }
p { color: rgb(184,3,61); }
H1.HeaderClassName
{
color: #B8033D;
}
.AnyTagClassName
{
color: #B8033D;
}
</style>
background-color css
<style>
a { background-color: #B8033D; }
a { background-color: rgb(184,3,61); }
div.DivClassName
{
background-color: #B8033D;
}
.BgClassName
{
background-color: #B8033D;
}
</style>
border-color css
<style>
span { border-color: #B8033D; }
span { border-color: rgb(184,3,61); }
td.TdClassName
{
border-color: #B8033D;
}
.TagClassName
{
border-color: #B8033D;
}
</style>