#BE1548

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

Shades of Cardinal #BE1548

Tints of Cardinal #BE1548

Color information

#BE1548 (or 0xBE1548) is unknown color: approx Cardinal. HEX triplet: BE, 15 and 48. RGB value is (190,21,72). Sum of RGB (Red+Green+Blue) = 190+21+72=283 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.14% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1548 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1548 is #41EAB7. Grayscale: #4D4D4D. Windows color (decimal): -4319928 or 4724158. OLE color: 4724158.

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

Color convert

RGB1902172-
CMYK00.890.620.25
HSL341.89º80.09%41.37%-
HSV(B)341.89º88.95%74.51%-
XYZ22.6711.957.24-
YUV77.34124.99208.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 67.14%
GREEN value IS 21 (8.59% from 255) = 7.42%
BLUE value IS 72 (28.52% from 255) = 25.44%
R=67.14%
G=7.42%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190217200.890.620.25341.8980.0941.37
HexBE15480593E191565029
Octal276251100131763152612051
Binary1011111010101100100001011001111110110011010101101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1548; }

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

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

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

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

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

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

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

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