Html Css Color HEX #BE2243 Cardinal

📋 copy color: '#BE2243'

red 190 ◦ green 34 ◦ blue 67

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

Shades of Cardinal #BE2243

Tints of Cardinal #BE2243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 23.02%

R = 65.29%
G = 11.68%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BE2243 (or 0xBE2243) is known color: Cardinal. HEX triplet: BE, 22 and 43. RGB value is (190,34,67). Sum of RGB (Red+Green+Blue) = 190+34+67=291 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.29% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 67 (26.56% from 255 or 23.02% from 291); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2243 is #41DDBC. Grayscale: #545454. Windows color (decimal): -4316605 or 4399806. OLE color: 4399806.

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

Color convert

RGB 190 34 67 -
CMYK 0 0.82 0.65 0.25
HSL 347.31º 0.7% 0.44% -
HSV(B) 347.31º 0.82% 0.75% -
XYZ 22.82 12.5 6.52 -
YUV 84.41 118.18 203.32 -
System Red Green Blue C M Y K H S L
Decimal 190 34 67 0 0.82 0.65 0.25 347.31 0.7 0.44
Hex BE 22 43 0 52 41 19 15B 46 2C
Octal 276 42 103 0 122 101 31 533 106 54
Binary 10111110 100010 1000011 0 1010010 1000001 11001 101011011 1000110 101100

Color Harmonies of #BE2243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2243

Black with #BE2243

Text Example


Text Example

White with #BE2243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2243; }

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

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

background-color css

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

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

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

border-color css

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

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

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