#BE1044

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

Shades of Cardinal #BE1044

Tints of Cardinal #BE1044

Color information

#BE1044 (or 0xBE1044) is unknown color: approx Cardinal. HEX triplet: BE, 10 and 44. RGB value is (190,16,68). Sum of RGB (Red+Green+Blue) = 190+16+68=274 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.34% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 68 (26.95% from 255 or 24.82% from 274); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1044 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1044 is #41EFBB. Grayscale: #494949. Windows color (decimal): -4321212 or 4460734. OLE color: 4460734.

HSL color Cylindrical-coordinate representation of color #BE1044: hue angle of 342.07º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE1044 is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB1901668-
CMYK00.920.640.25
HSL342.07º84.47%40.39%-
HSV(B)342.07º91.58%74.51%-
XYZ22.4611.746.55-
YUV73.95124.65210.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 69.34%
GREEN value IS 16 (6.64% from 255) = 5.84%
BLUE value IS 68 (26.95% from 255) = 24.82%
R=69.34%
G=5.84%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190166800.920.640.25342.0784.4740.39
HexBE104405C40191565428
Octal2762010401341003152612450
Binary10111110100001000100010111001000000110011010101101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1044; }

 p { color: rgb(190,16,68); }

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

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

 a { background-color: rgb(190,16,68); }

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

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

 span { border-color: rgb(190,16,68); }

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