Html Css Color HEX #BE1246 Cardinal

📋 copy color: '#BE1246'

red 190 ◦ green 18 ◦ blue 70

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

Shades of Cardinal #BE1246

Tints of Cardinal #BE1246

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.47%

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

R = 68.35%
G = 6.47%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BE1246 (or 0xBE1246) is known color: Cardinal. HEX triplet: BE, 12 and 46. RGB value is (190,18,70). Sum of RGB (Red+Green+Blue) = 190+18+70=278 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.35% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1246 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1246 is #41EDB9. Grayscale: #4B4B4B. Windows color (decimal): -4320698 or 4592318. OLE color: 4592318.

HSL color Cylindrical-coordinate representation of color #BE1246: hue angle of 341.86º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE1246 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 18 70 -
CMYK 0 0.91 0.63 0.25
HSL 341.86º 0.83% 0.41% -
HSV(B) 341.86º 0.91% 0.75% -
XYZ 22.56 11.82 6.89 -
YUV 75.36 124.98 209.77 -
System Red Green Blue C M Y K H S L
Decimal 190 18 70 0 0.91 0.63 0.25 341.86 0.83 0.41
Hex BE 12 46 0 5B 3F 19 156 53 29
Octal 276 22 106 0 133 77 31 526 123 51
Binary 10111110 10010 1000110 0 1011011 111111 11001 101010110 1010011 101001

Color Harmonies of #BE1246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1246

Black with #BE1246

Text Example


Text Example

White with #BE1246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1246; }

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

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

background-color css

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

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

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

border-color css

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

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

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