Html Css Color HEX #BE2137 Cardinal

📋 copy color: '#BE2137'

red 190 ◦ green 33 ◦ blue 55

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

Shades of Cardinal #BE2137

Tints of Cardinal #BE2137

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.87%

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

R = 68.35%
G = 11.87%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BE2137 (or 0xBE2137) is known color: Cardinal. HEX triplet: BE, 21 and 37. RGB value is (190,33,55). Sum of RGB (Red+Green+Blue) = 190+33+55=278 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.35% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 55 (21.88% from 255 or 19.78% from 278); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2137 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2137 is #41DEC8. Grayscale: #525252. Windows color (decimal): -4316873 or 3613118. OLE color: 3613118.

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

Color convert

RGB 190 33 55 -
CMYK 0 0.83 0.71 0.25
HSL 351.59º 0.7% 0.44% -
HSV(B) 351.59º 0.83% 0.75% -
XYZ 22.47 12.31 4.81 -
YUV 82.45 112.51 204.71 -
System Red Green Blue C M Y K H S L
Decimal 190 33 55 0 0.83 0.71 0.25 351.59 0.7 0.44
Hex BE 21 37 0 53 47 19 160 46 2C
Octal 276 41 67 0 123 107 31 540 106 54
Binary 10111110 100001 110111 0 1010011 1000111 11001 101100000 1000110 101100

Color Harmonies of #BE2137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2137

Black with #BE2137

Text Example


Text Example

White with #BE2137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2137; }

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

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

background-color css

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

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

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

border-color css

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

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

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