#BE0A44

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

Shades of Cardinal #BE0A44

Tints of Cardinal #BE0A44

Color information

#BE0A44 (or 0xBE0A44) is unknown color: approx Cardinal. HEX triplet: BE, 0A and 44. RGB value is (190,10,68). Sum of RGB (Red+Green+Blue) = 190+10+68=268 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.90% from 268); Green value is 10 (4.30% from 255 or 3.73% from 268); Blue value is 68 (26.95% from 255 or 25.37% from 268); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0A44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0A44 is #41F5BB. Grayscale: #464646. Windows color (decimal): -4322748 or 4459198. OLE color: 4459198.

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

Color convert

RGB1901068-
CMYK00.950.640.25
HSL340.67º90%39.22%-
HSV(B)340.67º94.74%74.51%-
XYZ22.3911.586.52-
YUV70.43126.63213.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 70.90%
GREEN value IS 10 (4.30% from 255) = 3.73%
BLUE value IS 68 (26.95% from 255) = 25.37%
R=70.90%
G=3.73%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190106800.950.640.25340.679039.22
HexBEA4405F40191555a27
Octal2761210401371003152513247
Binary1011111010101000100010111111000000110011010101011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0A44; }

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

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

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

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

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

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

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

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