Html Css Color HEX #BE2143 Cardinal

📋 copy color: '#BE2143'

red 190 ◦ green 33 ◦ blue 67

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

Shades of Cardinal #BE2143

Tints of Cardinal #BE2143

RGB

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

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

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

R = 65.52%
G = 11.38%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BE2143 (or 0xBE2143) is known color: Cardinal. HEX triplet: BE, 21 and 43. RGB value is (190,33,67). Sum of RGB (Red+Green+Blue) = 190+33+67=290 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.52% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 67 (26.56% from 255 or 23.10% from 290); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2143 is #41DEBC. Grayscale: #535353. Windows color (decimal): -4316861 or 4399550. OLE color: 4399550.

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

Color convert

RGB 190 33 67 -
CMYK 0 0.83 0.65 0.25
HSL 347.01º 0.7% 0.44% -
HSV(B) 347.01º 0.83% 0.75% -
XYZ 22.79 12.44 6.51 -
YUV 83.82 118.51 203.74 -
System Red Green Blue C M Y K H S L
Decimal 190 33 67 0 0.83 0.65 0.25 347.01 0.7 0.44
Hex BE 21 43 0 53 41 19 15B 46 2C
Octal 276 41 103 0 123 101 31 533 106 54
Binary 10111110 100001 1000011 0 1010011 1000001 11001 101011011 1000110 101100

Color Harmonies of #BE2143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2143

Black with #BE2143

Text Example


Text Example

White with #BE2143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2143; }

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

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

background-color css

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

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

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

border-color css

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

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

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