#BE0C37

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

Shades of Cardinal #BE0C37

Tints of Cardinal #BE0C37

Color information

#BE0C37 (or 0xBE0C37) is unknown color: approx Cardinal. HEX triplet: BE, 0C and 37. RGB value is (190,12,55). Sum of RGB (Red+Green+Blue) = 190+12+55=257 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.93% from 257); Green value is 12 (5.08% from 255 or 4.67% from 257); Blue value is 55 (21.88% from 255 or 21.40% from 257); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0C37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0C37 is #41F3C8. Grayscale: #464646. Windows color (decimal): -4322249 or 3607742. OLE color: 3607742.

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

Color convert

RGB1901255-
CMYK00.940.710.25
HSL345.51º88.12%39.61%-
HSV(B)345.51º93.68%74.51%-
XYZ22.0611.494.67-
YUV70.12119.47213.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 73.93%
GREEN value IS 12 (5.08% from 255) = 4.67%
BLUE value IS 55 (21.88% from 255) = 21.40%
R=73.93%
G=4.67%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190125500.940.710.25345.5188.1239.61
HexBEC3705E471915a5828
Octal276146701361073153213050
Binary101111101100110111010111101000111110011010110101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0C37; }

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

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

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

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

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

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

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

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