Html Css Color HEX #BE0646 Cardinal

📋 copy color: '#BE0646'

red 190 ◦ green 6 ◦ blue 70

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

Shades of Cardinal #BE0646

Tints of Cardinal #BE0646

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.26%

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

R = 71.43%
G = 2.26%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BE0646 (or 0xBE0646) is known color: Cardinal. HEX triplet: BE, 06 and 46. RGB value is (190,6,70). Sum of RGB (Red+Green+Blue) = 190+6+70=266 (35% of max value = 765). Red value is 190 (74.61% from 255 or 71.43% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0646 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0646 is #41F9B9. Grayscale: #444444. Windows color (decimal): -4323770 or 4589246. OLE color: 4589246.

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

Color convert

RGB 190 6 70 -
CMYK 0 0.97 0.63 0.25
HSL 339.13º 0.94% 0.38% -
HSV(B) 339.13º 0.97% 0.75% -
XYZ 22.41 11.52 6.84 -
YUV 68.31 128.96 214.8 -
System Red Green Blue C M Y K H S L
Decimal 190 6 70 0 0.97 0.63 0.25 339.13 0.94 0.38
Hex BE 6 46 0 61 3F 19 153 5E 26
Octal 276 6 106 0 141 77 31 523 136 46
Binary 10111110 110 1000110 0 1100001 111111 11001 101010011 1011110 100110

Color Harmonies of #BE0646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0646

Black with #BE0646

Text Example


Text Example

White with #BE0646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0646; }

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

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

background-color css

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

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

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

border-color css

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

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

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