Html Css Color HEX #BE2240 Cardinal

📋 copy color: '#BE2240'

red 190 ◦ green 34 ◦ blue 64

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

Shades of Cardinal #BE2240

Tints of Cardinal #BE2240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.22%

R = 65.97%
G = 11.81%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BE2240 (or 0xBE2240) is known color: Cardinal. HEX triplet: BE, 22 and 40. RGB value is (190,34,64). Sum of RGB (Red+Green+Blue) = 190+34+64=288 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.97% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2240 is #41DDBF. Grayscale: #545454. Windows color (decimal): -4316608 or 4203198. OLE color: 4203198.

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

Color convert

RGB 190 34 64 -
CMYK 0 0.82 0.66 0.25
HSL 348.46º 0.7% 0.44% -
HSV(B) 348.46º 0.82% 0.75% -
XYZ 22.73 12.46 6.06 -
YUV 84.06 116.68 203.56 -
System Red Green Blue C M Y K H S L
Decimal 190 34 64 0 0.82 0.66 0.25 348.46 0.7 0.44
Hex BE 22 40 0 52 42 19 15C 46 2C
Octal 276 42 100 0 122 102 31 534 106 54
Binary 10111110 100010 1000000 0 1010010 1000010 11001 101011100 1000110 101100

Color Harmonies of #BE2240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2240

Black with #BE2240

Text Example


Text Example

White with #BE2240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2240; }

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

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

background-color css

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

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

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

border-color css

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

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

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