#be2041

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

Shades of Cardinal #BE2041

Tints of Cardinal #BE2041

Color information

#BE2041 (or 0xBE2041) is unknown color: approx Cardinal. HEX triplet: BE, 20 and 41. RGB value is (190,32,65). Sum of RGB (Red+Green+Blue) = 190+32+65=287 (38% of max value = 765). Red value is 190 (74.61% from 255 or 66.20% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2041 is #41DFBE. Grayscale: #535353. Windows color (decimal): -4317119 or 4268222. OLE color: 4268222.

HSL color Cylindrical-coordinate representation of color #BE2041: hue angle of 347.47º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE2041 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB1903265-
CMYK00.830.660.25
HSL347.47º71.17%43.53%-
HSV(B)347.47º83.16%74.51%-
XYZ22.7112.366.19-
YUV83117.85204.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 66.20%
GREEN value IS 32 (12.89% from 255) = 11.15%
BLUE value IS 65 (25.78% from 255) = 22.65%
R=66.20%
G=11.15%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190326500.830.660.25347.4771.1743.53
HexBE2041053421915b472c
Octal2764010101231023153310754
Binary101111101000001000001010100111000010110011010110111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be2041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be2041; }

 p { color: rgb(190,32,65); }

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

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

 a { background-color: rgb(190,32,65); }

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

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

 span { border-color: rgb(190,32,65); }

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