Html Css Color HEX #BE1050 Cardinal

📋 copy color: '#BE1050'

red 190 ◦ green 16 ◦ blue 80

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

Shades of Cardinal #BE1050

Tints of Cardinal #BE1050

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.59%

 BLUE value IS 80 (31.64% from 255) = 27.97%

R = 66.43%
G = 5.59%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BE1050 (or 0xBE1050) is known color: Cardinal. HEX triplet: BE, 10 and 50. RGB value is (190,16,80). Sum of RGB (Red+Green+Blue) = 190+16+80=286 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.43% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1050 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1050 is #41EFAF. Grayscale: #4B4B4B. Windows color (decimal): -4321200 or 5247166. OLE color: 5247166.

HSL color Cylindrical-coordinate representation of color #BE1050: hue angle of 337.93º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE1050 is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 16 80 -
CMYK 0 0.92 0.58 0.25
HSL 337.93º 0.84% 0.4% -
HSV(B) 337.93º 0.92% 0.75% -
XYZ 22.87 11.9 8.68 -
YUV 75.32 130.65 209.8 -
System Red Green Blue C M Y K H S L
Decimal 190 16 80 0 0.92 0.58 0.25 337.93 0.84 0.4
Hex BE 10 50 0 5C 3A 19 152 54 28
Octal 276 20 120 0 134 72 31 522 124 50
Binary 10111110 10000 1010000 0 1011100 111010 11001 101010010 1010100 101000

Color Harmonies of #BE1050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1050

Black with #BE1050

Text Example


Text Example

White with #BE1050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1050; }

 p { color: rgb(190,16,80); }

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

background-color css

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

 a { background-color: rgb(190,16,80); }

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

border-color css

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

 span { border-color: rgb(190,16,80); }

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