Html Css Color HEX #BE2041 Cardinal

📋 copy color: '#BE2041'

red 190 ◦ green 32 ◦ blue 65

#BE2041
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #BE2041

Tints of Cardinal #BE2041

RGB

 RED value IS 190 (74.61% from 255) = 66.2%

 GREEN value IS 32 (12.89% from 255) = 11.15%

 BLUE value IS 65 (25.78% from 255) = 22.65%

R = 66.2%
G = 11.15%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BE2041 (or 0xBE2041) is known color: 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

RGB 190 32 65 -
CMYK 0 0.83 0.66 0.25
HSL 347.47º 0.71% 0.44% -
HSV(B) 347.47º 0.83% 0.75% -
XYZ 22.71 12.36 6.19 -
YUV 83 117.85 204.32 -
System Red Green Blue C M Y K H S L
Decimal 190 32 65 0 0.83 0.66 0.25 347.47 0.71 0.44
Hex BE 20 41 0 53 42 19 15B 47 2C
Octal 276 40 101 0 123 102 31 533 107 54
Binary 10111110 100000 1000001 0 1010011 1000010 11001 101011011 1000111 101100

Color Harmonies of #BE2041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2041

Black with #BE2041

Text Example


Text Example

White with #BE2041

Text Example


Text Example

HTML Codes & Css Web 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>