#BE1337

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

Shades of Cardinal #BE1337

Tints of Cardinal #BE1337

Color information

#BE1337 (or 0xBE1337) is unknown color: approx Cardinal. HEX triplet: BE, 13 and 37. RGB value is (190,19,55). Sum of RGB (Red+Green+Blue) = 190+19+55=264 (34% of max value = 765). Red value is 190 (74.61% from 255 or 71.97% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 55 (21.88% from 255 or 20.83% from 264); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1337 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1337 is #41ECC8. Grayscale: #4A4A4A. Windows color (decimal): -4320457 or 3609534. OLE color: 3609534.

HSL color Cylindrical-coordinate representation of color #BE1337: hue angle of 347.37º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE1337 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB1901955-
CMYK00.900.710.25
HSL347.37º81.82%40.98%-
HSV(B)347.37º90%74.51%-
XYZ22.1611.694.7-
YUV74.23117.15210.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 71.97%
GREEN value IS 19 (7.81% from 255) = 7.20%
BLUE value IS 55 (21.88% from 255) = 20.83%
R=71.97%
G=7.20%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190195500.900.710.25347.3781.8240.98
HexBE133705A471915b5229
Octal276236701321073153312251
Binary1011111010011110111010110101000111110011010110111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1337; }

 p { color: rgb(190,19,55); }

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

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

 a { background-color: rgb(190,19,55); }

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

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

 span { border-color: rgb(190,19,55); }

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