Html Css Color HEX #BE2142 Cardinal

📋 copy color: '#BE2142'

red 190 ◦ green 33 ◦ blue 66

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

Shades of Cardinal #BE2142

Tints of Cardinal #BE2142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.84%

R = 65.74%
G = 11.42%
B = 22.84%

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

#BE2142 (or 0xBE2142) is known color: Cardinal. HEX triplet: BE, 21 and 42. RGB value is (190,33,66). Sum of RGB (Red+Green+Blue) = 190+33+66=289 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.74% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2142 is #41DEBD. Grayscale: #535353. Windows color (decimal): -4316862 or 4334014. OLE color: 4334014.

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

Color convert

RGB 190 33 66 -
CMYK 0 0.83 0.65 0.25
HSL 347.39º 0.7% 0.44% -
HSV(B) 347.39º 0.83% 0.75% -
XYZ 22.76 12.43 6.35 -
YUV 83.71 118.01 203.82 -
System Red Green Blue C M Y K H S L
Decimal 190 33 66 0 0.83 0.65 0.25 347.39 0.7 0.44
Hex BE 21 42 0 53 41 19 15B 46 2C
Octal 276 41 102 0 123 101 31 533 106 54
Binary 10111110 100001 1000010 0 1010011 1000001 11001 101011011 1000110 101100

Color Harmonies of #BE2142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2142

Black with #BE2142

Text Example


Text Example

White with #BE2142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2142; }

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

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

background-color css

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

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

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

border-color css

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

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

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