#BE0C49

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

Shades of Cardinal #BE0C49

Tints of Cardinal #BE0C49

Color information

#BE0C49 (or 0xBE0C49) is unknown color: approx Cardinal. HEX triplet: BE, 0C and 49. RGB value is (190,12,73). Sum of RGB (Red+Green+Blue) = 190+12+73=275 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.09% from 275); Green value is 12 (5.08% from 255 or 4.36% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0C49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0C49 is #41F3B6. Grayscale: #484848. Windows color (decimal): -4322231 or 4787390. OLE color: 4787390.

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

Color convert

RGB1901273-
CMYK00.940.620.25
HSL339.44º88.12%39.61%-
HSV(B)339.44º93.68%74.51%-
XYZ22.5711.697.37-
YUV72.18128.47212.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 69.09%
GREEN value IS 12 (5.08% from 255) = 4.36%
BLUE value IS 73 (28.91% from 255) = 26.55%
R=69.09%
G=4.36%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190127300.940.620.25339.4488.1239.61
HexBEC4905E3E191535828
Octal276141110136763152313050
Binary101111101100100100101011110111110110011010100111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0C49; }

 p { color: rgb(190,12,73); }

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

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

 a { background-color: rgb(190,12,73); }

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

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

 span { border-color: rgb(190,12,73); }

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