#BE1248

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

Shades of Cardinal #BE1248

Tints of Cardinal #BE1248

Color information

#BE1248 (or 0xBE1248) is unknown color: approx Cardinal. HEX triplet: BE, 12 and 48. RGB value is (190,18,72). Sum of RGB (Red+Green+Blue) = 190+18+72=280 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.86% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 72 (28.52% from 255 or 25.71% from 280); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1248 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1248 is #41EDB7. Grayscale: #4B4B4B. Windows color (decimal): -4320696 or 4723390. OLE color: 4723390.

HSL color Cylindrical-coordinate representation of color #BE1248: hue angle of 341.16º 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 #BE1248 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB1901872-
CMYK00.910.620.25
HSL341.16º82.69%40.78%-
HSV(B)341.16º90.53%74.51%-
XYZ22.6211.857.23-
YUV75.58125.98209.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 67.86%
GREEN value IS 18 (7.42% from 255) = 6.43%
BLUE value IS 72 (28.52% from 255) = 25.71%
R=67.86%
G=6.43%
B=25.71%

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
Decimal190187200.910.620.25341.1682.6940.78
HexBE124805B3E191555329
Octal276221100133763152512351
Binary1011111010010100100001011011111110110011010101011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1248; }

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

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

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

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

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

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

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

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