#BE1E46

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

Shades of Cardinal #BE1E46

Tints of Cardinal #BE1E46

Color information

#BE1E46 (or 0xBE1E46) is unknown color: approx Cardinal. HEX triplet: BE, 1E and 46. RGB value is (190,30,70). Sum of RGB (Red+Green+Blue) = 190+30+70=290 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.52% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 70 (27.73% from 255 or 24.14% from 290); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1E46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE1E46 is #41E1B9. Grayscale: #525252. Windows color (decimal): -4317626 or 4595390. OLE color: 4595390.

HSL color Cylindrical-coordinate representation of color #BE1E46: hue angle of 345º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE1E46 is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB1903070-
CMYK00.840.630.25
HSL345º72.73%43.14%-
HSV(B)345º84.21%74.51%-
XYZ22.812.326.97-
YUV82.4121.01204.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 65.52%
GREEN value IS 30 (12.11% from 255) = 10.34%
BLUE value IS 70 (27.73% from 255) = 24.14%
R=65.52%
G=10.34%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190307000.840.630.2534572.7343.14
HexBE1E460543F19159492b
Octal276361060124773153111153
Binary1011111011110100011001010100111111110011010110011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1E46; }

 p { color: rgb(190,30,70); }

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

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

 a { background-color: rgb(190,30,70); }

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

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

 span { border-color: rgb(190,30,70); }

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