#BE0E42

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

Shades of Cardinal #BE0E42

Tints of Cardinal #BE0E42

Color information

#BE0E42 (or 0xBE0E42) is unknown color: approx Cardinal. HEX triplet: BE, 0E and 42. RGB value is (190,14,66). Sum of RGB (Red+Green+Blue) = 190+14+66=270 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.37% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 66 (26.17% from 255 or 24.44% from 270); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0E42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0E42 is #41F1BD. Grayscale: #484848. Windows color (decimal): -4321726 or 4329150. OLE color: 4329150.

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

Color convert

RGB1901466-
CMYK00.930.650.25
HSL342.27º86.27%40%-
HSV(B)342.27º92.63%74.51%-
XYZ22.3811.656.22-
YUV72.55124.31211.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 70.37%
GREEN value IS 14 (5.86% from 255) = 5.19%
BLUE value IS 66 (26.17% from 255) = 24.44%
R=70.37%
G=5.19%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190146600.930.650.25342.2786.2740
HexBEE4205D41191565628
Octal2761610201351013152612650
Binary1011111011101000010010111011000001110011010101101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0E42; }

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

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

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

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

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

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

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

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