Shades of Cardinal #BE2430
Tints of Cardinal #BE2430
RGB
CMYK
RGB Variations
Color information
#BE2430 (or 0xBE2430) is known color: Cardinal. HEX triplet: BE, 24 and 30. RGB value is (190,36,48). Sum of RGB (Red+Green+Blue) = 190+36+48=274 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.34% from 274); Green value is 36 (14.45% from 255 or 13.14% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2430 is #41DBCF. Grayscale: #535353. Windows color (decimal): -4316112 or 3155134. OLE color: 3155134.
HSL color Cylindrical-coordinate representation of color #BE2430: hue angle of 355.32º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE2430 is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 36 | 48 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.25 |
| HSL | 355.32º | 0.68% | 0.44% | - |
| HSV(B) | 355.32º | 0.81% | 0.75% | - |
| XYZ | 22.4 | 12.42 | 4.01 | - |
| YUV | 83.41 | 108.02 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 36 | 48 | 0 | 0.81 | 0.75 | 0.25 | 355.32 | 0.68 | 0.44 |
| Hex | BE | 24 | 30 | 0 | 51 | 4B | 19 | 163 | 44 | 2C |
| Octal | 276 | 44 | 60 | 0 | 121 | 113 | 31 | 543 | 104 | 54 |
| Binary | 10111110 | 100100 | 110000 | 0 | 1010001 | 1001011 | 11001 | 101100011 | 1000100 | 101100 |
Color Harmonies of #BE2430
Complementary color
Monochromatic Colors of #BE2430
Black with #BE2430
Text Example
Text Example
White with #BE2430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2430; }
p { color: rgb(190,36,48); }
H1.HeaderClassName
{
color: #BE2430;
}
.AnyTagClassName
{
color: #BE2430;
}
</style>
background-color css
<style>
a { background-color: #BE2430; }
a { background-color: rgb(190,36,48); }
div.DivClassName
{
background-color: #BE2430;
}
.BgClassName
{
background-color: #BE2430;
}
</style>
border-color css
<style>
span { border-color: #BE2430; }
span { border-color: rgb(190,36,48); }
td.TdClassName
{
border-color: #BE2430;
}
.TagClassName
{
border-color: #BE2430;
}
</style>