Html Css Color HEX #BE2337 Cardinal

📋 copy color: '#BE2337'

red 190 ◦ green 35 ◦ blue 55

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

Shades of Cardinal #BE2337

Tints of Cardinal #BE2337

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.5%

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

R = 67.86%
G = 12.5%
B = 19.64%

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

#BE2337 (or 0xBE2337) is known color: Cardinal. HEX triplet: BE, 23 and 37. RGB value is (190,35,55). Sum of RGB (Red+Green+Blue) = 190+35+55=280 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.86% from 280); Green value is 35 (14.06% from 255 or 12.5% from 280); Blue value is 55 (21.88% from 255 or 19.64% from 280); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2337 is #41DCC8. Grayscale: #535353. Windows color (decimal): -4316361 or 3613630. OLE color: 3613630.

HSL color Cylindrical-coordinate representation of color #BE2337: hue angle of 352.26º degrees, saturation: 0.69, 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 #BE2337 is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 35 55 -
CMYK 0 0.82 0.71 0.25
HSL 352.26º 0.69% 0.44% -
HSV(B) 352.26º 0.82% 0.75% -
XYZ 22.53 12.43 4.83 -
YUV 83.63 111.85 203.87 -
System Red Green Blue C M Y K H S L
Decimal 190 35 55 0 0.82 0.71 0.25 352.26 0.69 0.44
Hex BE 23 37 0 52 47 19 160 45 2C
Octal 276 43 67 0 122 107 31 540 105 54
Binary 10111110 100011 110111 0 1010010 1000111 11001 101100000 1000101 101100

Color Harmonies of #BE2337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2337

Black with #BE2337

Text Example


Text Example

White with #BE2337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2337; }

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

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

background-color css

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

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

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

border-color css

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

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

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