Shades of Cardinal #BE093E
Tints of Cardinal #BE093E
RGB
CMYK
RGB Variations
Color information
#BE093E (or 0xBE093E) is known color: Cardinal. HEX triplet: BE, 09 and 3E. RGB value is (190,9,62). Sum of RGB (Red+Green+Blue) = 190+9+62=261 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.80% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 62 (24.61% from 255 or 23.75% from 261); Max value from RGB is 190 - color contains mainly: red. Hex color #BE093E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE093E is #41F6C1. Grayscale: #454545. Windows color (decimal): -4323010 or 4065726. OLE color: 4065726.
HSL color Cylindrical-coordinate representation of color #BE093E: hue angle of 342.43º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE093E is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 9 | 62 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.25 |
| HSL | 342.43º | 0.91% | 0.39% | - |
| HSV(B) | 342.43º | 0.95% | 0.75% | - |
| XYZ | 22.2 | 11.49 | 5.61 | - |
| YUV | 69.16 | 123.97 | 214.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 9 | 62 | 0 | 0.95 | 0.67 | 0.25 | 342.43 | 0.91 | 0.39 |
| Hex | BE | 9 | 3E | 0 | 5F | 43 | 19 | 156 | 5B | 27 |
| Octal | 276 | 11 | 76 | 0 | 137 | 103 | 31 | 526 | 133 | 47 |
| Binary | 10111110 | 1001 | 111110 | 0 | 1011111 | 1000011 | 11001 | 101010110 | 1011011 | 100111 |
Color Harmonies of #BE093E
Complementary color
Monochromatic Colors of #BE093E
Black with #BE093E
Text Example
Text Example
White with #BE093E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE093E; }
p { color: rgb(190,9,62); }
H1.HeaderClassName
{
color: #BE093E;
}
.AnyTagClassName
{
color: #BE093E;
}
</style>
background-color css
<style>
a { background-color: #BE093E; }
a { background-color: rgb(190,9,62); }
div.DivClassName
{
background-color: #BE093E;
}
.BgClassName
{
background-color: #BE093E;
}
</style>
border-color css
<style>
span { border-color: #BE093E; }
span { border-color: rgb(190,9,62); }
td.TdClassName
{
border-color: #BE093E;
}
.TagClassName
{
border-color: #BE093E;
}
</style>