#BE0E38

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

Shades of Cardinal #BE0E38

Tints of Cardinal #BE0E38

Color information

#BE0E38 (or 0xBE0E38) is unknown color: approx Cardinal. HEX triplet: BE, 0E and 38. RGB value is (190,14,56). Sum of RGB (Red+Green+Blue) = 190+14+56=260 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.08% from 260); Green value is 14 (5.86% from 255 or 5.38% from 260); Blue value is 56 (22.27% from 255 or 21.54% from 260); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0E38 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0E38 is #41F1C7. Grayscale: #474747. Windows color (decimal): -4321736 or 3673790. OLE color: 3673790.

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

Color convert

RGB1901456-
CMYK00.930.710.25
HSL345.68º86.27%40%-
HSV(B)345.68º92.63%74.51%-
XYZ22.1111.554.81-
YUV71.41119.31212.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 73.08%
GREEN value IS 14 (5.86% from 255) = 5.38%
BLUE value IS 56 (22.27% from 255) = 21.54%
R=73.08%
G=5.38%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190145600.930.710.25345.6886.2740
HexBEE3805D471915a5628
Octal276167001351073153212650
Binary101111101110111000010111011000111110011010110101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0E38; }

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

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

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

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

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

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

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

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