Shades of Cardinal #BE032F
Tints of Cardinal #BE032F
RGB
CMYK
RGB Variations
Color information
#BE032F (or 0xBE032F) is known color: Cardinal. HEX triplet: BE, 03 and 2F. RGB value is (190,3,47). Sum of RGB (Red+Green+Blue) = 190+3+47=240 (31% of max value = 765). Red value is 190 (74.61% from 255 or 79.17% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 47 (18.75% from 255 or 19.58% from 240); Max value from RGB is 190 - color contains mainly: red. Hex color #BE032F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE032F is #41FCD0. Grayscale: #3F3F3F. Windows color (decimal): -4324561 or 3081150. OLE color: 3081150.
HSL color Cylindrical-coordinate representation of color #BE032F: hue angle of 345.88º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE032F is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 3 | 47 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.25 |
| HSL | 345.88º | 0.97% | 0.38% | - |
| HSV(B) | 345.88º | 0.98% | 0.75% | - |
| XYZ | 21.78 | 11.22 | 3.71 | - |
| YUV | 63.93 | 118.45 | 217.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 3 | 47 | 0 | 0.98 | 0.75 | 0.25 | 345.88 | 0.97 | 0.38 |
| Hex | BE | 3 | 2F | 0 | 62 | 4B | 19 | 15A | 61 | 26 |
| Octal | 276 | 3 | 57 | 0 | 142 | 113 | 31 | 532 | 141 | 46 |
| Binary | 10111110 | 11 | 101111 | 0 | 1100010 | 1001011 | 11001 | 101011010 | 1100001 | 100110 |
Color Harmonies of #BE032F
Complementary color
Monochromatic Colors of #BE032F
Black with #BE032F
Text Example
Text Example
White with #BE032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE032F; }
p { color: rgb(190,3,47); }
H1.HeaderClassName
{
color: #BE032F;
}
.AnyTagClassName
{
color: #BE032F;
}
</style>
background-color css
<style>
a { background-color: #BE032F; }
a { background-color: rgb(190,3,47); }
div.DivClassName
{
background-color: #BE032F;
}
.BgClassName
{
background-color: #BE032F;
}
</style>
border-color css
<style>
span { border-color: #BE032F; }
span { border-color: rgb(190,3,47); }
td.TdClassName
{
border-color: #BE032F;
}
.TagClassName
{
border-color: #BE032F;
}
</style>