Shades of Cardinal #BE013D
Tints of Cardinal #BE013D
RGB
CMYK
RGB Variations
Color information
#BE013D (or 0xBE013D) is known color: Cardinal. HEX triplet: BE, 01 and 3D. RGB value is (190,1,61). Sum of RGB (Red+Green+Blue) = 190+1+61=252 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.40% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 190 - color contains mainly: red. Hex color #BE013D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE013D is #41FEC2. Grayscale: #404040. Windows color (decimal): -4325059 or 3998142. OLE color: 3998142.
HSL color Cylindrical-coordinate representation of color #BE013D: hue angle of 340.95º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE013D is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 1 | 61 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.25 |
| HSL | 340.95º | 0.99% | 0.37% | - |
| HSV(B) | 340.95º | 0.99% | 0.75% | - |
| XYZ | 22.09 | 11.31 | 5.43 | - |
| YUV | 64.35 | 126.12 | 217.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 1 | 61 | 0 | 0.99 | 0.68 | 0.25 | 340.95 | 0.99 | 0.37 |
| Hex | BE | 1 | 3D | 0 | 63 | 44 | 19 | 155 | 63 | 25 |
| Octal | 276 | 1 | 75 | 0 | 143 | 104 | 31 | 525 | 143 | 45 |
| Binary | 10111110 | 1 | 111101 | 0 | 1100011 | 1000100 | 11001 | 101010101 | 1100011 | 100101 |
Color Harmonies of #BE013D
Complementary color
Monochromatic Colors of #BE013D
Black with #BE013D
Text Example
Text Example
White with #BE013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE013D; }
p { color: rgb(190,1,61); }
H1.HeaderClassName
{
color: #BE013D;
}
.AnyTagClassName
{
color: #BE013D;
}
</style>
background-color css
<style>
a { background-color: #BE013D; }
a { background-color: rgb(190,1,61); }
div.DivClassName
{
background-color: #BE013D;
}
.BgClassName
{
background-color: #BE013D;
}
</style>
border-color css
<style>
span { border-color: #BE013D; }
span { border-color: rgb(190,1,61); }
td.TdClassName
{
border-color: #BE013D;
}
.TagClassName
{
border-color: #BE013D;
}
</style>