Shades of Cardinal #BE082D
Tints of Cardinal #BE082D
RGB
CMYK
RGB Variations
Color information
#BE082D (or 0xBE082D) is known color: Cardinal. HEX triplet: BE, 08 and 2D. RGB value is (190,8,45). Sum of RGB (Red+Green+Blue) = 190+8+45=243 (32% of max value = 765). Red value is 190 (74.61% from 255 or 78.19% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 190 - color contains mainly: red. Hex color #BE082D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE082D is #41F7D2. Grayscale: #424242. Windows color (decimal): -4323283 or 2951358. OLE color: 2951358.
HSL color Cylindrical-coordinate representation of color #BE082D: hue angle of 347.8º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE082D is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 8 | 45 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.25 |
| HSL | 347.8º | 0.92% | 0.39% | - |
| HSV(B) | 347.8º | 0.96% | 0.75% | - |
| XYZ | 21.8 | 11.31 | 3.52 | - |
| YUV | 66.64 | 115.8 | 215.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 8 | 45 | 0 | 0.96 | 0.76 | 0.25 | 347.8 | 0.92 | 0.39 |
| Hex | BE | 8 | 2D | 0 | 60 | 4C | 19 | 15C | 5C | 27 |
| Octal | 276 | 10 | 55 | 0 | 140 | 114 | 31 | 534 | 134 | 47 |
| Binary | 10111110 | 1000 | 101101 | 0 | 1100000 | 1001100 | 11001 | 101011100 | 1011100 | 100111 |
Color Harmonies of #BE082D
Complementary color
Monochromatic Colors of #BE082D
Black with #BE082D
Text Example
Text Example
White with #BE082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE082D; }
p { color: rgb(190,8,45); }
H1.HeaderClassName
{
color: #BE082D;
}
.AnyTagClassName
{
color: #BE082D;
}
</style>
background-color css
<style>
a { background-color: #BE082D; }
a { background-color: rgb(190,8,45); }
div.DivClassName
{
background-color: #BE082D;
}
.BgClassName
{
background-color: #BE082D;
}
</style>
border-color css
<style>
span { border-color: #BE082D; }
span { border-color: rgb(190,8,45); }
td.TdClassName
{
border-color: #BE082D;
}
.TagClassName
{
border-color: #BE082D;
}
</style>