#BE0C45

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

Shades of Cardinal #BE0C45

Tints of Cardinal #BE0C45

Color information

#BE0C45 (or 0xBE0C45) is unknown color: approx Cardinal. HEX triplet: BE, 0C and 45. RGB value is (190,12,69). Sum of RGB (Red+Green+Blue) = 190+12+69=271 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.11% from 271); Green value is 12 (5.08% from 255 or 4.43% from 271); Blue value is 69 (27.34% from 255 or 25.46% from 271); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0C45 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0C45 is #41F3BA. Grayscale: #474747. Windows color (decimal): -4322235 or 4525246. OLE color: 4525246.

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

Color convert

RGB1901269-
CMYK00.940.640.25
HSL340.79º88.12%39.61%-
HSV(B)340.79º93.68%74.51%-
XYZ22.4411.646.69-
YUV71.72126.47212.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 70.11%
GREEN value IS 12 (5.08% from 255) = 4.43%
BLUE value IS 69 (27.34% from 255) = 25.46%
R=70.11%
G=4.43%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190126900.940.640.25340.7988.1239.61
HexBEC4505E40191555828
Octal2761410501361003152513050
Binary1011111011001000101010111101000000110011010101011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0C45; }

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

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

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

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

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

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

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

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