#BE0E46

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

Shades of Cardinal #BE0E46

Tints of Cardinal #BE0E46

Color information

#BE0E46 (or 0xBE0E46) is unknown color: approx Cardinal. HEX triplet: BE, 0E and 46. RGB value is (190,14,70). Sum of RGB (Red+Green+Blue) = 190+14+70=274 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.34% from 274); Green value is 14 (5.86% from 255 or 5.11% from 274); Blue value is 70 (27.73% from 255 or 25.55% from 274); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0E46 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0E46 is #41F1B9. Grayscale: #484848. Windows color (decimal): -4321722 or 4591294. OLE color: 4591294.

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

Color convert

RGB1901470-
CMYK00.930.630.25
HSL340.91º86.27%40%-
HSV(B)340.91º92.63%74.51%-
XYZ22.511.76.87-
YUV73.01126.31211.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 69.34%
GREEN value IS 14 (5.86% from 255) = 5.11%
BLUE value IS 70 (27.73% from 255) = 25.55%
R=69.34%
G=5.11%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190147000.930.630.25340.9186.2740
HexBEE4605D3F191555628
Octal276161060135773152512650
Binary101111101110100011001011101111111110011010101011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0E46; }

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

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

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

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

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

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

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

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