Html Css Color HEX #BE2031 Cardinal

📋 copy color: '#BE2031'

red 190 ◦ green 32 ◦ blue 49

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

Shades of Cardinal #BE2031

Tints of Cardinal #BE2031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.08%

R = 70.11%
G = 11.81%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BE2031 (or 0xBE2031) is known color: Cardinal. HEX triplet: BE, 20 and 31. RGB value is (190,32,49). Sum of RGB (Red+Green+Blue) = 190+32+49=271 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.11% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2031 is #41DFCE. Grayscale: #515151. Windows color (decimal): -4317135 or 3219646. OLE color: 3219646.

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

Color convert

RGB 190 32 49 -
CMYK 0 0.83 0.74 0.25
HSL 353.54º 0.71% 0.44% -
HSV(B) 353.54º 0.83% 0.75% -
XYZ 22.31 12.2 4.09 -
YUV 81.18 109.85 205.62 -
System Red Green Blue C M Y K H S L
Decimal 190 32 49 0 0.83 0.74 0.25 353.54 0.71 0.44
Hex BE 20 31 0 53 4A 19 162 47 2C
Octal 276 40 61 0 123 112 31 542 107 54
Binary 10111110 100000 110001 0 1010011 1001010 11001 101100010 1000111 101100

Color Harmonies of #BE2031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2031

Black with #BE2031

Text Example


Text Example

White with #BE2031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2031; }

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

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

background-color css

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

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

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

border-color css

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

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

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