#BE0D4A

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

Shades of Cardinal #BE0D4A

Tints of Cardinal #BE0D4A

Color information

#BE0D4A (or 0xBE0D4A) is unknown color: approx Cardinal. HEX triplet: BE, 0D and 4A. RGB value is (190,13,74). Sum of RGB (Red+Green+Blue) = 190+13+74=277 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.59% from 277); Green value is 13 (5.47% from 255 or 4.69% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0D4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0D4A is #41F2B5. Grayscale: #484848. Windows color (decimal): -4321974 or 4853182. OLE color: 4853182.

HSL color Cylindrical-coordinate representation of color #BE0D4A: hue angle of 339.32º degrees, saturation: 0.87, 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 #BE0D4A is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB1901374-
CMYK00.930.610.25
HSL339.32º87.19%39.8%-
HSV(B)339.32º93.16%74.51%-
XYZ22.6211.737.55-
YUV72.88128.64211.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 68.59%
GREEN value IS 13 (5.47% from 255) = 4.69%
BLUE value IS 74 (29.30% from 255) = 26.71%
R=68.59%
G=4.69%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190137400.930.610.25339.3287.1939.8
HexBED4A05D3D191535728
Octal276151120135753152312750
Binary101111101101100101001011101111101110011010100111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0D4A; }

 p { color: rgb(190,13,74); }

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

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

 a { background-color: rgb(190,13,74); }

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

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

 span { border-color: rgb(190,13,74); }

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