Shades of Cardinal #BE202F
Tints of Cardinal #BE202F
RGB
CMYK
RGB Variations
Color information
#BE202F (or 0xBE202F) is known color: Cardinal. HEX triplet: BE, 20 and 2F. RGB value is (190,32,47). Sum of RGB (Red+Green+Blue) = 190+32+47=269 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.63% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 190 - color contains mainly: red. Hex color #BE202F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE202F is #41DFD0. Grayscale: #515151. Windows color (decimal): -4317137 or 3088574. OLE color: 3088574.
HSL color Cylindrical-coordinate representation of color #BE202F: hue angle of 354.3º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE202F is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 32 | 47 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.25 |
| HSL | 354.3º | 0.71% | 0.44% | - |
| HSV(B) | 354.3º | 0.83% | 0.75% | - |
| XYZ | 22.26 | 12.19 | 3.87 | - |
| YUV | 80.95 | 108.85 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 32 | 47 | 0 | 0.83 | 0.75 | 0.25 | 354.3 | 0.71 | 0.44 |
| Hex | BE | 20 | 2F | 0 | 53 | 4B | 19 | 162 | 47 | 2C |
| Octal | 276 | 40 | 57 | 0 | 123 | 113 | 31 | 542 | 107 | 54 |
| Binary | 10111110 | 100000 | 101111 | 0 | 1010011 | 1001011 | 11001 | 101100010 | 1000111 | 101100 |
Color Harmonies of #BE202F
Complementary color
Monochromatic Colors of #BE202F
Black with #BE202F
Text Example
Text Example
White with #BE202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE202F; }
p { color: rgb(190,32,47); }
H1.HeaderClassName
{
color: #BE202F;
}
.AnyTagClassName
{
color: #BE202F;
}
</style>
background-color css
<style>
a { background-color: #BE202F; }
a { background-color: rgb(190,32,47); }
div.DivClassName
{
background-color: #BE202F;
}
.BgClassName
{
background-color: #BE202F;
}
</style>
border-color css
<style>
span { border-color: #BE202F; }
span { border-color: rgb(190,32,47); }
td.TdClassName
{
border-color: #BE202F;
}
.TagClassName
{
border-color: #BE202F;
}
</style>