Shades of Cardinal #BE1B2B
Tints of Cardinal #BE1B2B
RGB
CMYK
RGB Variations
Color information
#BE1B2B (or 0xBE1B2B) is known color: Cardinal. HEX triplet: BE, 1B and 2B. RGB value is (190,27,43). Sum of RGB (Red+Green+Blue) = 190+27+43=260 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.08% from 260); Green value is 27 (10.94% from 255 or 10.38% from 260); Blue value is 43 (17.19% from 255 or 16.54% from 260); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1B2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE1B2B is #41E4D4. Grayscale: #4D4D4D. Windows color (decimal): -4318421 or 2825150. OLE color: 2825150.
HSL color Cylindrical-coordinate representation of color #BE1B2B: hue angle of 354.11º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE1B2B is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 27 | 43 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.25 |
| HSL | 354.11º | 0.75% | 0.43% | - |
| HSV(B) | 354.11º | 0.86% | 0.75% | - |
| XYZ | 22.06 | 11.91 | 3.42 | - |
| YUV | 77.56 | 108.5 | 208.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 27 | 43 | 0 | 0.86 | 0.77 | 0.25 | 354.11 | 0.75 | 0.43 |
| Hex | BE | 1B | 2B | 0 | 56 | 4D | 19 | 162 | 4B | 2B |
| Octal | 276 | 33 | 53 | 0 | 126 | 115 | 31 | 542 | 113 | 53 |
| Binary | 10111110 | 11011 | 101011 | 0 | 1010110 | 1001101 | 11001 | 101100010 | 1001011 | 101011 |
Color Harmonies of #BE1B2B
Complementary color
Monochromatic Colors of #BE1B2B
Black with #BE1B2B
Text Example
Text Example
White with #BE1B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1B2B; }
p { color: rgb(190,27,43); }
H1.HeaderClassName
{
color: #BE1B2B;
}
.AnyTagClassName
{
color: #BE1B2B;
}
</style>
background-color css
<style>
a { background-color: #BE1B2B; }
a { background-color: rgb(190,27,43); }
div.DivClassName
{
background-color: #BE1B2B;
}
.BgClassName
{
background-color: #BE1B2B;
}
</style>
border-color css
<style>
span { border-color: #BE1B2B; }
span { border-color: rgb(190,27,43); }
td.TdClassName
{
border-color: #BE1B2B;
}
.TagClassName
{
border-color: #BE1B2B;
}
</style>