#BE0E44

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

Shades of Cardinal #BE0E44

Tints of Cardinal #BE0E44

Color information

#BE0E44 (or 0xBE0E44) is unknown color: approx Cardinal. HEX triplet: BE, 0E and 44. RGB value is (190,14,68). Sum of RGB (Red+Green+Blue) = 190+14+68=272 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.85% from 272); Green value is 14 (5.86% from 255 or 5.15% from 272); Blue value is 68 (26.95% from 255 or 25% from 272); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0E44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0E44 is #41F1BB. Grayscale: #484848. Windows color (decimal): -4321724 or 4460222. OLE color: 4460222.

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

Color convert

RGB1901468-
CMYK00.930.640.25
HSL341.59º86.27%40%-
HSV(B)341.59º92.63%74.51%-
XYZ22.4411.686.54-
YUV72.78125.31211.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 69.85%
GREEN value IS 14 (5.86% from 255) = 5.15%
BLUE value IS 68 (26.95% from 255) = 25%
R=69.85%
G=5.15%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190146800.930.640.25341.5986.2740
HexBEE4405D40191565628
Octal2761610401351003152612650
Binary1011111011101000100010111011000000110011010101101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0E44; }

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

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

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

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

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

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

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

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