Html Css Color HEX #BE2237 Cardinal

📋 copy color: '#BE2237'

red 190 ◦ green 34 ◦ blue 55

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

Shades of Cardinal #BE2237

Tints of Cardinal #BE2237

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.19%

 BLUE value IS 55 (21.88% from 255) = 19.71%

R = 68.1%
G = 12.19%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BE2237 (or 0xBE2237) is known color: Cardinal. HEX triplet: BE, 22 and 37. RGB value is (190,34,55). Sum of RGB (Red+Green+Blue) = 190+34+55=279 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.10% from 279); Green value is 34 (13.67% from 255 or 12.19% from 279); Blue value is 55 (21.88% from 255 or 19.71% from 279); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2237 is #41DDC8. Grayscale: #535353. Windows color (decimal): -4316617 or 3613374. OLE color: 3613374.

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

Color convert

RGB 190 34 55 -
CMYK 0 0.82 0.71 0.25
HSL 351.92º 0.7% 0.44% -
HSV(B) 351.92º 0.82% 0.75% -
XYZ 22.5 12.37 4.82 -
YUV 83.04 112.18 204.29 -
System Red Green Blue C M Y K H S L
Decimal 190 34 55 0 0.82 0.71 0.25 351.92 0.7 0.44
Hex BE 22 37 0 52 47 19 160 46 2C
Octal 276 42 67 0 122 107 31 540 106 54
Binary 10111110 100010 110111 0 1010010 1000111 11001 101100000 1000110 101100

Color Harmonies of #BE2237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2237

Black with #BE2237

Text Example


Text Example

White with #BE2237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2237; }

 p { color: rgb(190,34,55); }

 H1.HeaderClassName
 {
   color: #BE2237;
 }
 .AnyTagClassName
 {
   color: #BE2237;
 }
</style>

background-color css

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

 a { background-color: rgb(190,34,55); }

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

border-color css

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

 span { border-color: rgb(190,34,55); }

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