#BE1249

Color #BE1249 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #BE1249

Tints of Cardinal #BE1249

Color information

#BE1249 (or 0xBE1249) is unknown color: approx Cardinal. HEX triplet: BE, 12 and 49. RGB value is (190,18,73). Sum of RGB (Red+Green+Blue) = 190+18+73=281 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.62% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1249 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1249 is #41EDB6. Grayscale: #4B4B4B. Windows color (decimal): -4320695 or 4788926. OLE color: 4788926.

HSL color Cylindrical-coordinate representation of color #BE1249: hue angle of 340.81º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE1249 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB1901873-
CMYK00.910.620.25
HSL340.81º82.69%40.78%-
HSV(B)340.81º90.53%74.51%-
XYZ22.6511.867.4-
YUV75.7126.48209.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 67.62%
GREEN value IS 18 (7.42% from 255) = 6.41%
BLUE value IS 73 (28.91% from 255) = 25.98%
R=67.62%
G=6.41%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190187300.910.620.25340.8182.6940.78
HexBE124905B3E191555329
Octal276221110133763152512351
Binary1011111010010100100101011011111110110011010101011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1249; }

 p { color: rgb(190,18,73); }

 H1.HeaderClassName
 {
   color: #BE1249;
 }
 .AnyTagClassName
 {
   color: #BE1249;
 }
</style>
background-color css

<style>
 a { background-color: #BE1249; }

 a { background-color: rgb(190,18,73); }

 div.DivClassName
 {
   background-color: #BE1249;
 }
 .BgClassName
 {
   background-color: #BE1249;
 }
</style>
border-color css

<style>
 span { border-color: #BE1249; }

 span { border-color: rgb(190,18,73); }

 td.TdClassName
 {
   border-color: #BE1249;
 }
 .TagClassName
 {
   border-color: #BE1249;
 }
</style>