Html Css Color HEX #BE1046 Cardinal

📋 copy color: '#BE1046'

red 190 ◦ green 16 ◦ blue 70

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

Shades of Cardinal #BE1046

Tints of Cardinal #BE1046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 25.36%

R = 68.84%
G = 5.8%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BE1046 (or 0xBE1046) is known color: Cardinal. HEX triplet: BE, 10 and 46. RGB value is (190,16,70). Sum of RGB (Red+Green+Blue) = 190+16+70=276 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.84% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 70 (27.73% from 255 or 25.36% from 276); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1046 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1046 is #41EFB9. Grayscale: #4A4A4A. Windows color (decimal): -4321210 or 4591806. OLE color: 4591806.

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

Color convert

RGB 190 16 70 -
CMYK 0 0.92 0.63 0.25
HSL 341.38º 0.84% 0.4% -
HSV(B) 341.38º 0.92% 0.75% -
XYZ 22.53 11.76 6.88 -
YUV 74.18 125.65 210.61 -
System Red Green Blue C M Y K H S L
Decimal 190 16 70 0 0.92 0.63 0.25 341.38 0.84 0.4
Hex BE 10 46 0 5C 3F 19 155 54 28
Octal 276 20 106 0 134 77 31 525 124 50
Binary 10111110 10000 1000110 0 1011100 111111 11001 101010101 1010100 101000

Color Harmonies of #BE1046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1046

Black with #BE1046

Text Example


Text Example

White with #BE1046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1046; }

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

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

background-color css

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

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

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

border-color css

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

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

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